From 1c7c2d7fad67faacc7c5fedf1e265df581e0f612 Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Sat, 8 Sep 2018 00:16:39 -0400 Subject: [PATCH] chore(release): 0.8.2 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 277e522..3736bea 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.2](https://github.com/spring-projects/spring-flo/compare/v0.8.1...v0.8.2) (2018-09-08) + + + ## [0.8.1](https://github.com/spring-projects/spring-flo/compare/v0.8.0...v0.8.1) (2018-07-24) diff --git a/package.json b/package.json index 93b05d1..389d4de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spring-flo", - "version": "0.8.1", + "version": "0.8.2", "description": "Library for quickly building text DSL visualization diagram editor", "main": "./dist/bundles/spring-flo.umd.js", "module": "./dist/fesm5/spring-flo.js",