Skip to content

Commit

Permalink
chore(release): 1.8.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.6](v1.8.5...v1.8.6) (2019-02-14)

### Bug Fixes

* Add Bahasa Melayu (Malaysia) locale ([#485](#485)) ([cb208b0](cb208b0))
* Copy & export built-in en locale to /locale folder as a separate file ([a7e05e0](a7e05e0))
* Fix bug in customParseFormat plugin while month(MM) is '01' ([9884ca5](9884ca5)), closes [#494](#494)
* Fix commonJS require ES Module bug in webpack4 ([23f9f3d](23f9f3d))
* Fix startOf week bug while week start is not Sunday ([5eaf77b](5eaf77b))
* Implemented isBetween inclusivity ([#464](#464)) ([af2f4f1](af2f4f1))
* Update Swedish and Finnish locales ([#488](#488)) ([f142082](f142082))
  • Loading branch information
semantic-release-bot committed Feb 14, 2019
1 parent 4ca5ad1 commit 8a6a365
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.8.6](https://github.com/iamkun/dayjs/compare/v1.8.5...v1.8.6) (2019-02-14)


### Bug Fixes

* Add Bahasa Melayu (Malaysia) locale ([#485](https://github.com/iamkun/dayjs/issues/485)) ([cb208b0](https://github.com/iamkun/dayjs/commit/cb208b0))
* Copy & export built-in en locale to /locale folder as a separate file ([a7e05e0](https://github.com/iamkun/dayjs/commit/a7e05e0))
* Fix bug in customParseFormat plugin while month(MM) is '01' ([9884ca5](https://github.com/iamkun/dayjs/commit/9884ca5)), closes [#494](https://github.com/iamkun/dayjs/issues/494)
* Fix commonJS require ES Module bug in webpack4 ([23f9f3d](https://github.com/iamkun/dayjs/commit/23f9f3d))
* Fix startOf week bug while week start is not Sunday ([5eaf77b](https://github.com/iamkun/dayjs/commit/5eaf77b))
* Implemented isBetween inclusivity ([#464](https://github.com/iamkun/dayjs/issues/464)) ([af2f4f1](https://github.com/iamkun/dayjs/commit/af2f4f1))
* Update Swedish and Finnish locales ([#488](https://github.com/iamkun/dayjs/issues/488)) ([f142082](https://github.com/iamkun/dayjs/commit/f142082))

## [1.8.5](https://github.com/iamkun/dayjs/compare/v1.8.4...v1.8.5) (2019-02-07)


Expand Down

0 comments on commit 8a6a365

Please sign in to comment.