diff --git a/CHANGELOG.md b/CHANGELOG.md index e40b73d..a419cfe 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.7.2](https://github.com/spring-projects/spring-flo/compare/v0.7.1...v0.7.2) (2018-04-17) + + + ## [0.7.1](https://github.com/spring-projects/spring-flo/compare/v0.7.0...v0.7.1) (2018-03-08) diff --git a/package.json b/package.json index 4fcabd6..e68535f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spring-flo", - "version": "0.7.1", + "version": "0.7.2", "description": "Library for quickly building text DSL visualization diagram editor", "main": "./dist/bundles/spring-flo.umd.js", "module": "./dist/spring-flo.es5.js",