Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlefs committed Jan 28, 2020
1 parent 8551549 commit b5241d7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
**Known Issue:** this version was compiled using typescript 3.7!
The resulting `.d.ts` are **only** compatible with typescript versions `>= 3.6`. See [typescript 3.7 release notes](www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#class-field-mitigations) for more information.


## [0.4.0] - 2020-01-28

**Known Issue:** this version was compiled using typescript 3.7!
The resulting `.d.ts` are **only** compatible with typescript versions `>= 3.6`. See [typescript 3.7 release notes](www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#class-field-mitigations) for more information.

### Added

- Added more specific typing information
Expand Down Expand Up @@ -186,7 +192,8 @@ First beta version.
- Initial webcomponent
- Documentation

[Unreleased]: https://github.com/UST-MICO/grapheditor/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/UST-MICO/grapheditor/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/UST-MICO/grapheditor/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/UST-MICO/grapheditor/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/UST-MICO/grapheditor/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/UST-MICO/grapheditor/compare/v0.1.3...v0.2.0
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.3.1'
version = '0.4.0'
# The full version, including alpha/beta/rc tags
release = '0.3.1'
release = '0.4.0'


# -- General configuration ---------------------------------------------------
Expand Down
18 changes: 9 additions & 9 deletions 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.3.1",
"version": "0.4.0",
"description": "Webcomponent for displaying and editing graphs.",
"author": "Fabian Bühler",
"main": "./lib/index.js",
Expand Down

0 comments on commit b5241d7

Please sign in to comment.