diff --git a/CHANGELOG.md b/CHANGELOG.md index 18ea72e..a7af3fc 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.8](https://github.com/spring-projects/spring-flo/compare/v0.8.7...v0.8.8) (2019-02-15) + + + ## [0.8.7](https://github.com/spring-projects/spring-flo/compare/v0.8.6...v0.8.7) (2019-02-15) diff --git a/package.json b/package.json index b7487dd..303c8e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spring-flo", - "version": "0.8.7", + "version": "0.8.8", "description": "Library for quickly building text DSL visualization diagram editor", "main": "./dist/bundles/spring-flo.umd.js", "module": "./dist/fesm5/spring-flo.js",