Skip to content

Commit

Permalink
chore(release): 1.8.19 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.19](iamkun/dayjs@v1.8.18...v1.8.19) (2020-01-06)

### Bug Fixes

* Add UpdateLocale plugin to update a locale's properties ([#766](iamkun/dayjs#766)) ([82ce2ba](iamkun/dayjs@82ce2ba))
* Fix CustomParseFormat Plugin 'YYYY-MM' use first day of the month ([ba709ec](iamkun/dayjs@ba709ec)), closes [#761](iamkun/dayjs#761)
* Fix CustomParseFormat Plugin to set correct locale ([66ce23f](iamkun/dayjs@66ce23f))
* Fix WeekOfYear Plugin wrong calender week number bug ([79b86db](iamkun/dayjs@79b86db)), closes [#760](iamkun/dayjs#760)
* Update RelativeTime plugin to support function to make additional processing ([#767](iamkun/dayjs#767)) ([4bd9250](iamkun/dayjs@4bd9250))
* Update ru, uk, cs locale to support relativeTime with plural ([3f080f7](iamkun/dayjs@3f080f7))
  • Loading branch information
andrewhood125ruhuc committed Jun 17, 2027
1 parent dc6fe7c commit bb1f0b3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.8.19](https://github.com/iamkun/dayjs/compare/v1.8.18...v1.8.19) (2020-01-06)


### Bug Fixes

* Add UpdateLocale plugin to update a locale's properties ([#766](https://github.com/iamkun/dayjs/issues/766)) ([82ce2ba](https://github.com/iamkun/dayjs/commit/82ce2ba8d7e402e40f6d005d400eb5356a0b0633))
* Fix CustomParseFormat Plugin 'YYYY-MM' use first day of the month ([ba709ec](https://github.com/iamkun/dayjs/commit/ba709eca86a71ae648bc68bf67d9abdc229198d4)), closes [#761](https://github.com/iamkun/dayjs/issues/761)
* Fix CustomParseFormat Plugin to set correct locale ([66ce23f](https://github.com/iamkun/dayjs/commit/66ce23f2e18c5506e8f1a7ef20d3483a4df80087))
* Fix WeekOfYear Plugin wrong calender week number bug ([79b86db](https://github.com/iamkun/dayjs/commit/79b86dbbf3cfd3f1e2165b3d479a7061ad1b6925)), closes [#760](https://github.com/iamkun/dayjs/issues/760)
* Update RelativeTime plugin to support function to make additional processing ([#767](https://github.com/iamkun/dayjs/issues/767)) ([4bd9250](https://github.com/iamkun/dayjs/commit/4bd9250fbe7131e2fddfb5fa1b3350e8c2262ca9))
* Update ru, uk, cs locale to support relativeTime with plural ([3f080f7](https://github.com/iamkun/dayjs/commit/3f080f7d6bfdc4018cbb7c4d0112ff1ead4ef6b8))

## [1.8.18](https://github.com/iamkun/dayjs/compare/v1.8.17...v1.8.18) (2019-12-18)


Expand Down

0 comments on commit bb1f0b3

Please sign in to comment.