diff --git a/CHANGELOG.md b/CHANGELOG.md index 9272397..b30a054 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ 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. + +# [1.1.0](https://github.com/nuxt-community/moment-module/compare/v1.0.0...v1.1.0) (2018-12-10) + + +### Bug Fixes + +* inject $moment to ctx too ([20fd64d](https://github.com/nuxt-community/moment-module/commit/20fd64d)) + + +### Features + +* add default locale ([d6170cd](https://github.com/nuxt-community/moment-module/commit/d6170cd)) +* improvements ([#8](https://github.com/nuxt-community/moment-module/issues/8)) ([98c790d](https://github.com/nuxt-community/moment-module/commit/98c790d)), closes [#6](https://github.com/nuxt-community/moment-module/issues/6) [#5](https://github.com/nuxt-community/moment-module/issues/5) [#4](https://github.com/nuxt-community/moment-module/issues/4) [#3](https://github.com/nuxt-community/moment-module/issues/3) +* inject moment to ctx ([3414a24](https://github.com/nuxt-community/moment-module/commit/3414a24)) + + + # 1.0.0 (2018-04-04) diff --git a/package.json b/package.json index 10791f6..fccd7ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/moment", - "version": "1.0.0", + "version": "1.1.0", "description": "Easily remove unused Moment.js locales in Nuxt.js projects", "license": "MIT", "contributors": [