From 535adf205c18f78e003e4f4d2282b225d4e449c7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <5992643+manre57@users.noreply.github.com> Date: Fri, 23 Oct 2020 06:47:27 +0000 Subject: [PATCH] chore(release): 1.9.4 [skip ci] ## [1.9.4](https://github.com/iamkun/dayjs/compare/v1.9.3...v1.9.4) (2020-10-23) ### Bug Fixes * Add descriptions to types ([#1148](https://github.com/iamkun/dayjs/issues/1148)) ([7400378](https://github.com/iamkun/dayjs/commit/74003781cf22464eb8876231c3acdd51769ae106)) * add devHelper plugin ([#1163](https://github.com/iamkun/dayjs/issues/1163)) ([fa3d829](https://github.com/iamkun/dayjs/commit/fa3d82994e793c6f20c1318d4f14a838a44f5a71)) * Fix Hungarian (hu) locale ([#1112](https://github.com/iamkun/dayjs/issues/1112)) ([153d268](https://github.com/iamkun/dayjs/commit/153d26896af7fcf624c7f0ec59f42f9416853a42)) * fix minMax plugin parsing empty array bug ([#1062](https://github.com/iamkun/dayjs/issues/1062)) ([6de1f5b](https://github.com/iamkun/dayjs/commit/6de1f5be82e79b10fbfa0361b23bd6b08da58ab9)) * update adding/subtracting Duration from Dayjs object ([#1156](https://github.com/iamkun/dayjs/issues/1156)) ([a481a16](https://github.com/iamkun/dayjs/commit/a481a1624fa4c7525c82188035293c5ed8c83fa2)) * update en-NZ locale to use proper ordinal formatting function ([#1143](https://github.com/iamkun/dayjs/issues/1143)) ([9e1e68a](https://github.com/iamkun/dayjs/commit/9e1e68a4d161965950f62bbac9bd64231af73492)) * update localeData plugin type ([#1116](https://github.com/iamkun/dayjs/issues/1116)) ([eba7980](https://github.com/iamkun/dayjs/commit/eba7980be1a246d7820a82ea844d2c100865eb38)) * update timezone plugin to support custom parse format ([#1160](https://github.com/iamkun/dayjs/issues/1160)) ([92fffe8](https://github.com/iamkun/dayjs/commit/92fffe87ca93835de2c3c6e295d6338ed2a04de5)), closes [#1159](https://github.com/iamkun/dayjs/issues/1159) * update timezone plugin to support keepLocalTime ([#1161](https://github.com/iamkun/dayjs/issues/1161)) ([9a0e271](https://github.com/iamkun/dayjs/commit/9a0e27107928ab05fcd280fa42a93efff391027e)), closes [#1149](https://github.com/iamkun/dayjs/issues/1149) --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1996773..deba50e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [1.9.4](https://github.com/iamkun/dayjs/compare/v1.9.3...v1.9.4) (2020-10-23) + + +### Bug Fixes + +* Add descriptions to types ([#1148](https://github.com/iamkun/dayjs/issues/1148)) ([9a407a1](https://github.com/iamkun/dayjs/commit/9a407a140b089345a387d1aceab4d0d1635229c7)) +* add devHelper plugin ([#1163](https://github.com/iamkun/dayjs/issues/1163)) ([de49dc8](https://github.com/iamkun/dayjs/commit/de49dc80c83b85de4170571b64412bd60ada221b)) +* Fix Hungarian (hu) locale ([#1112](https://github.com/iamkun/dayjs/issues/1112)) ([ab13754](https://github.com/iamkun/dayjs/commit/ab13754f43c5033dacaa0eb2042dc4ab1a7a2754)) +* fix minMax plugin parsing empty array bug ([#1062](https://github.com/iamkun/dayjs/issues/1062)) ([368108b](https://github.com/iamkun/dayjs/commit/368108bc6d5cb1542f711b8eba722bd4dfaab0cd)) +* update adding/subtracting Duration from Dayjs object ([#1156](https://github.com/iamkun/dayjs/issues/1156)) ([f861aca](https://github.com/iamkun/dayjs/commit/f861acac3e83e28d3a4a96312c71119fd6b544fc)) +* update en-NZ locale to use proper ordinal formatting function ([#1143](https://github.com/iamkun/dayjs/issues/1143)) ([fcdbc58](https://github.com/iamkun/dayjs/commit/fcdbc5880710456a29b2bacf250542230bf48b99)) +* update localeData plugin type ([#1116](https://github.com/iamkun/dayjs/issues/1116)) ([ee5a4ec](https://github.com/iamkun/dayjs/commit/ee5a4ec41edddfb57d103c35182dc635c9264a10)) +* update timezone plugin to support custom parse format ([#1160](https://github.com/iamkun/dayjs/issues/1160)) ([48cbf31](https://github.com/iamkun/dayjs/commit/48cbf3118ba5427de428777c2e025896db654f2e)), closes [#1159](https://github.com/iamkun/dayjs/issues/1159) +* update timezone plugin to support keepLocalTime ([#1161](https://github.com/iamkun/dayjs/issues/1161)) ([1d429e5](https://github.com/iamkun/dayjs/commit/1d429e5fe4467ebddcf81b43cf6f36e5e3be944c)), closes [#1149](https://github.com/iamkun/dayjs/issues/1149) + ## [1.9.3](https://github.com/iamkun/dayjs/compare/v1.9.2...v1.9.3) (2020-10-13)