Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlefs committed Jul 23, 2020
1 parent 23ea0d7 commit db0c63d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit db0c63d

Please sign in to comment.