diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e4f2f..4e8dab7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,19 @@ -# Change Log +# Changelog 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.3.0](https://github.com/nuxt-community/moment-module/compare/v1.2.0...v1.3.0) (2019-08-31) + + +### Bug Fixes + +* **module:** lazy-require `moment-locales-webpack-plugin` ([7c2ed2f](https://github.com/nuxt-community/moment-module/commit/7c2ed2f)) + + +### Features + +* provide nuxt 2.9 compatible types ([#36](https://github.com/nuxt-community/moment-module/issues/36)) ([c6d76ad](https://github.com/nuxt-community/moment-module/commit/c6d76ad)) + # [1.2.0](https://github.com/nuxt-community/moment-module/compare/v1.1.0...v1.2.0) (2019-02-08) diff --git a/package.json b/package.json index ac66a26..e8603a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/moment", - "version": "1.2.0", + "version": "1.3.0", "description": "Efficient Moment.js integration for Nuxt.js", "repository": "nuxt-community/moment-module", "license": "MIT",