diff --git a/CHANGELOG.md b/CHANGELOG.md index 75cadc7..2fb0fdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.1.0](https://github.com/FEMessage/count-down/compare/v1.0.3...v1.1.0) (2019-11-06) + + +### Features + +* **milliseconds:** 支持毫秒倒计时 ([#6](https://github.com/FEMessage/count-down/issues/6)) ([cd712c6](https://github.com/FEMessage/count-down/commit/cd712c6)) + + + ### [1.0.3](https://github.com/FEMessage/count-down/compare/v1.0.2...v1.0.3) (2019-08-12) diff --git a/package.json b/package.json index e6e0324..24d499d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/count-down", - "version": "1.0.3", + "version": "1.1.0", "description": "a user friendly vue count-down component", "author": "https://github.com/FEMessage", "license": "MIT",