Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Dec 10, 2018
1 parent 5919275 commit ab4873b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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.

<a name="1.1.0"></a>
# [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))



<a name="1.0.0"></a>
# 1.0.0 (2018-04-04)

Expand Down
2 changes: 1 addition & 1 deletion 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": [
Expand Down

0 comments on commit ab4873b

Please sign in to comment.