From db0c63df8d67ffb45830af1978f52f8cd4f3e172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20B=C3=BChler?= <17296905+buehlefs@users.noreply.github.com> Date: Thu, 23 Jul 2020 17:18:57 +0200 Subject: [PATCH] Bump version number --- CHANGELOG.md | 5 ++++- docs/conf.py | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21e4d62..0dbeba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +## [0.6.0] - 2020-7-23 + ### Added - Added ResizeManager that allows node resizing via api and drag and drop @@ -304,7 +306,8 @@ First beta version. - Initial webcomponent - Documentation -[Unreleased]: https://github.com/UST-MICO/grapheditor/compare/v0.5.4...HEAD +[Unreleased]: https://github.com/UST-MICO/grapheditor/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/UST-MICO/grapheditor/compare/v0.5.4...v0.6.0 [0.5.4]: https://github.com/UST-MICO/grapheditor/compare/v0.5.3...v0.5.4 [0.5.3]: https://github.com/UST-MICO/grapheditor/compare/v0.5.2...v0.5.3 [0.5.2]: https://github.com/UST-MICO/grapheditor/compare/v0.5.1...v0.5.2 diff --git a/docs/conf.py b/docs/conf.py index c3be39f..bfb6688 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -152,9 +152,9 @@ def new_make_type_name(self, type): author = 'MICO Authors' # The short X.Y version -version = '0.5.4' +version = '0.6.0' # The full version, including alpha/beta/rc tags -release = '0.5.4' +release = '0.6.0' # -- General configuration --------------------------------------------------- diff --git a/package-lock.json b/package-lock.json index b98f827..1b56f4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ustutt/grapheditor-webcomponent", - "version": "0.5.4", + "version": "0.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 60822ae..69e6e83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ustutt/grapheditor-webcomponent", - "version": "0.5.4", + "version": "0.6.0", "description": "Webcomponent for displaying and editing graphs.", "author": "Fabian Bühler", "main": "./lib/index.js",