From a8558e2c8a47fece7615509748f38584f5a7d0aa Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Tue, 1 May 2018 16:11:03 -0400 Subject: [PATCH] chore(release): 0.7.4 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2192245..123e6c5 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.4](https://github.com/spring-projects/spring-flo/compare/v0.7.3...v0.7.4) (2018-05-01) + + + ## [0.7.3](https://github.com/spring-projects/spring-flo/compare/v0.7.2...v0.7.3) (2018-04-17) diff --git a/package.json b/package.json index 10b0833..5d32f7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spring-flo", - "version": "0.7.3", + "version": "0.7.4", "description": "Library for quickly building text DSL visualization diagram editor", "main": "./dist/bundles/spring-flo.umd.js", "module": "./dist/spring-flo.es5.js",