diff --git a/CHANGELOG.md b/CHANGELOG.md index 706318d..94452cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ -# Change Log +# Changelog 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. +## [0.9.0](https://github.com/spring-projects/spring-flo/compare/v0.8.12...v0.9.0) (2020-01-20) + ## [0.8.12](https://github.com/spring-projects/spring-flo/compare/v0.8.11...v0.8.12) (2019-07-15) diff --git a/package-lock.json b/package-lock.json index f8434bb..346f1f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "spring-flo", - "version": "0.8.12", + "version": "0.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 41cc33c..6ca79a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spring-flo", - "version": "0.8.12", + "version": "0.9.0", "description": "Library for quickly building text DSL visualization diagram editor", "main": "./dist/bundles/spring-flo.umd.js", "module": "./dist/fesm5/spring-flo.js",