From 37971905d3eaeb5ca2407fb9fd4c4ae15a5fc719 Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Fri, 15 Feb 2019 12:53:29 -0500 Subject: [PATCH] chore(release): 0.8.7 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8db40e..18ea72e 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.7](https://github.com/spring-projects/spring-flo/compare/v0.8.6...v0.8.7) (2019-02-15) + + + ## [0.8.6](https://github.com/spring-projects/spring-flo/compare/v0.8.5...v0.8.6) (2018-12-03) diff --git a/package.json b/package.json index 7a9badc..b7487dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spring-flo", - "version": "0.8.6", + "version": "0.8.7", "description": "Library for quickly building text DSL visualization diagram editor", "main": "./dist/bundles/spring-flo.umd.js", "module": "./dist/fesm5/spring-flo.js",