From bd6156f4232fa5d671600ce26f20b8ef56172d06 Mon Sep 17 00:00:00 2001 From: Travis CI User Date: Wed, 11 Nov 2020 10:31:26 +0000 Subject: [PATCH] [skip ci] chore(release): v1.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab82c99..2aa9bc5 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/FEMessage/v-gantt/compare/v1.3.0...v1.4.0) (2020-11-11) + + +### Features + +* add types ([#22](https://github.com/FEMessage/v-gantt/issues/22)) ([4588ed5](https://github.com/FEMessage/v-gantt/commit/4588ed5f698b9baec9f85cf108ed5888d4f6f7a3)) + ## [1.3.0](https://github.com/FEMessage/v-gantt/compare/v1.2.0...v1.3.0) (2020-09-10) diff --git a/package.json b/package.json index 22d8abb..4298840 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@femessage/v-gantt", - "version": "1.3.0", + "version": "1.4.0", "description": "vue gantt component, just like omniplan!", "license": "MIT", "repository": {