diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e825a6..d8db40e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.8.6](https://github.com/spring-projects/spring-flo/compare/v0.8.5...v0.8.6) (2018-12-03) + + + ## [0.8.5](https://github.com/spring-projects/spring-flo/compare/v0.8.4...v0.8.5) (2018-10-18) diff --git a/package.json b/package.json index 44fed37..0f72f8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spring-flo", - "version": "0.8.5", + "version": "0.8.6", "description": "Library for quickly building text DSL visualization diagram editor", "main": "./dist/bundles/spring-flo.umd.js", "module": "./dist/fesm5/spring-flo.js",