From fb18d8af40436576f1598c09aeb1b05ad4a5b0b7 Mon Sep 17 00:00:00 2001 From: Ricardo Gobbo de Souza Date: Fri, 25 Oct 2019 08:02:07 -0300 Subject: [PATCH] chore(release): 1.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e8dab7..06ee179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.4.0](https://github.com/nuxt-community/moment-module/compare/v1.3.0...v1.4.0) (2019-10-25) + + +### Features + +* add option to import plugins ([#45](https://github.com/nuxt-community/moment-module/issues/45)) ([cbebaa9](https://github.com/nuxt-community/moment-module/commit/cbebaa9)) + ## [1.3.0](https://github.com/nuxt-community/moment-module/compare/v1.2.0...v1.3.0) (2019-08-31) diff --git a/package.json b/package.json index aad00ae..19b7c33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/moment", - "version": "1.3.0", + "version": "1.4.0", "description": "Efficient Moment.js integration for Nuxt.js", "repository": "nuxt-community/moment-module", "license": "MIT",