Skip to content

Commit

Permalink
build: release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Aug 13, 2022
1 parent 76585d7 commit 6585dd5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [2.1.0](https://github.com/fengyuanchen/vue-countdown/compare/v2.0.0...v2.1.0) (2022-08-13)


### Features

* add `restart` method ([d4ad1da](https://github.com/fengyuanchen/vue-countdown/commit/d4ad1dae77b38b3d09913ac00ea8d3ec5c2f2fa3))



# [2.0.0](https://github.com/fengyuanchen/vue-countdown/compare/v2.0.0-rc...v2.0.0) (2022-02-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chenfengyuan/vue-countdown",
"version": "2.0.0",
"version": "2.1.0",
"description": "Countdown component for Vue 3.",
"main": "dist/vue-countdown.js",
"module": "dist/vue-countdown.esm.js",
Expand Down

0 comments on commit 6585dd5

Please sign in to comment.