From 4565e8af4a21a8fefd65895a5dedb136ac98f39d Mon Sep 17 00:00:00 2001 From: semantic-release-bot <5992643+manre57@users.noreply.github.com> Date: Sat, 9 Jan 2021 08:13:29 +0000 Subject: [PATCH] chore(release): 1.10.3 [skip ci] ## [1.10.3](https://github.com/iamkun/dayjs/compare/v1.10.2...v1.10.3) (2021-01-09) ### Bug Fixes * fix customParseFormat plugin strict mode parse meridiem bug ([#1321](https://github.com/iamkun/dayjs/issues/1321)) ([4827832](https://github.com/iamkun/dayjs/commit/4827832eda0d7441967ff82cf132a7b58b71ab97)) * fix weekYear plugin missing locale bug ([#1319](https://github.com/iamkun/dayjs/issues/1319)) ([4b2b953](https://github.com/iamkun/dayjs/commit/4b2b95344ec544e5967972ca89556d00c62e0ad8)), closes [#1304](https://github.com/iamkun/dayjs/issues/1304) * update advancedFormat plugin to add format options for iso week and weekyear ([#1309](https://github.com/iamkun/dayjs/issues/1309)) ([860c790](https://github.com/iamkun/dayjs/commit/860c79003f46a572aa671162588b06aff921c6ae)) * update devHelper to add dev warning setting locale before loading ([508233c](https://github.com/iamkun/dayjs/commit/508233cd370c81beb738419ce78898b0ad4686f8)) * update German [de] locale yearStart ([c1b2f39](https://github.com/iamkun/dayjs/commit/c1b2f39353fe51f4ca35a00a20d103417c50db87)), closes [#1264](https://github.com/iamkun/dayjs/issues/1264) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dd00e9..577ac81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [1.10.3](https://github.com/iamkun/dayjs/compare/v1.10.2...v1.10.3) (2021-01-09) + + +### Bug Fixes + +* fix customParseFormat plugin strict mode parse meridiem bug ([#1321](https://github.com/iamkun/dayjs/issues/1321)) ([e49eeef](https://github.com/iamkun/dayjs/commit/e49eeefbe8acb36419d36ca2e7ed8bc152f73ac1)) +* fix weekYear plugin missing locale bug ([#1319](https://github.com/iamkun/dayjs/issues/1319)) ([344bdc0](https://github.com/iamkun/dayjs/commit/344bdc0eed6843edb05723dc7853a41833d88f08)), closes [#1304](https://github.com/iamkun/dayjs/issues/1304) +* update advancedFormat plugin to add format options for iso week and weekyear ([#1309](https://github.com/iamkun/dayjs/issues/1309)) ([2c54c64](https://github.com/iamkun/dayjs/commit/2c54c6441871a175ac9b95e41e4cd075dbac10cb)) +* update devHelper to add dev warning setting locale before loading ([c5cc893](https://github.com/iamkun/dayjs/commit/c5cc89355e1e206ca72433c19c40cb528690b04f)) +* update German [de] locale yearStart ([1858df8](https://github.com/iamkun/dayjs/commit/1858df8008de56570680723df89b36a8cbc970ef)), closes [#1264](https://github.com/iamkun/dayjs/issues/1264) + ## [1.10.2](https://github.com/iamkun/dayjs/compare/v1.10.1...v1.10.2) (2021-01-05)