Skip to content

Commit 1eff278

Browse files
chore(release): 1.5.0
1 parent 6f2f648 commit 1eff278

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.5.0](https://github.com/nuxt-community/date-fns-module/compare/v1.4.3...v1.5.0) (2021-03-29)
6+
7+
8+
### Features
9+
10+
* add fallback locale ([#51](https://github.com/nuxt-community/date-fns-module/issues/51)) ([bdae7ce](https://github.com/nuxt-community/date-fns-module/commit/bdae7ce67f9226f08f0a10cf93a8a442fd35e993))
11+
* remove unsed locales ([#57](https://github.com/nuxt-community/date-fns-module/issues/57)) ([8a1673b](https://github.com/nuxt-community/date-fns-module/commit/8a1673b713b154580b06dae909dc6da4de2c0f28))
12+
13+
14+
### Bug Fixes
15+
16+
* types ([#56](https://github.com/nuxt-community/date-fns-module/issues/56)) ([6f2f648](https://github.com/nuxt-community/date-fns-module/commit/6f2f6484522e7912067d3ba8022d0969df340d8f))
17+
518
### [1.4.3](https://github.com/nuxt-community/date-fns-module/compare/v1.4.2...v1.4.3) (2020-11-11)
619

720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/date-fns",
3-
"version": "1.4.3",
3+
"version": "1.5.0",
44
"description": "Modern JavaScript date utility library - date-fns for Nuxt.js",
55
"repository": "nuxt-community/date-fns-module",
66
"license": "MIT",

0 commit comments

Comments
 (0)