From 4760cee97c979703d5f8c247c6fe68ef876e010a Mon Sep 17 00:00:00 2001 From: Ricardo Gobbo de Souza Date: Fri, 3 Jan 2020 09:24:58 -0300 Subject: [PATCH] chore(release): 1.5.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ee179..b560ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.5.0](https://github.com/nuxt-community/moment-module/compare/v1.4.0...v1.5.0) (2020-01-03) + + +### Features + +* improve types ([#47](https://github.com/nuxt-community/moment-module/issues/47)) ([6a26feb](https://github.com/nuxt-community/moment-module/commit/6a26feb)) +* timezone support ([#48](https://github.com/nuxt-community/moment-module/issues/48)) ([978ee47](https://github.com/nuxt-community/moment-module/commit/978ee47)) + ## [1.4.0](https://github.com/nuxt-community/moment-module/compare/v1.3.0...v1.4.0) (2019-10-25) diff --git a/package.json b/package.json index f130f19..faad7bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nuxtjs/moment", - "version": "1.4.0", + "version": "1.5.0", "description": "Efficient Moment.js integration for Nuxt.js", "repository": "nuxt-community/moment-module", "license": "MIT",