From 81df54eec9c07f88d7d30bac140f24ef5b076df0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 27 Sep 2018 06:52:48 +0000 Subject: [PATCH] chore(release): 1.11.0 [skip ci] # [1.11.0](https://github.com/prantlf/dayjs/compare/v1.10.4...v1.11.0) (2018-09-27) ### Bug Fixes * **add dayjs.unix:** add dayjs.unix to parse timestamp in seconds && locale update ([5711c5e](https://github.com/prantlf/dayjs/commit/5711c5e)) * **DST:** fix daylight saving time DST bug && add test ([#354](https://github.com/prantlf/dayjs/issues/354)) ([6fca6d5](https://github.com/prantlf/dayjs/commit/6fca6d5)) * Retain UTC mode when constructing a new instance from another instance in UTC mode ([beb80fc](https://github.com/prantlf/dayjs/commit/beb80fc)) ### Features * Add static method dayjs.utc to help migration from Moment.js ([e640b57](https://github.com/prantlf/dayjs/commit/e640b57)) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 614e2bcb7..e23351807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.11.0](https://github.com/prantlf/dayjs/compare/v1.10.4...v1.11.0) (2018-09-27) + + +### Bug Fixes + +* **add dayjs.unix:** add dayjs.unix to parse timestamp in seconds && locale update ([5711c5e](https://github.com/prantlf/dayjs/commit/5711c5e)) +* **DST:** fix daylight saving time DST bug && add test ([#354](https://github.com/prantlf/dayjs/issues/354)) ([6fca6d5](https://github.com/prantlf/dayjs/commit/6fca6d5)) +* Retain UTC mode when constructing a new instance from another instance in UTC mode ([beb80fc](https://github.com/prantlf/dayjs/commit/beb80fc)) + + +### Features + +* Add static method dayjs.utc to help migration from Moment.js ([e640b57](https://github.com/prantlf/dayjs/commit/e640b57)) + ## [1.10.4](https://github.com/prantlf/dayjs/compare/v1.10.3...v1.10.4) (2018-09-26)