From 729dff3be1dcc466479a366e7f7da8b7f5c98b06 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Feb 2020 07:15:54 +0000 Subject: [PATCH] chore(release): 0.3.1 [skip ci] ## [0.3.1](https://github.com/benawad/destiny/compare/v0.3.0...v0.3.1) (2020-02-26) ### Bug Fixes * don't fail if can't find file and add json support ([954e9db](https://github.com/benawad/destiny/commit/954e9dbacb7515bd1e358723086e8aeff6d7ca7b)) * ensure unique edges ([a50c40c](https://github.com/benawad/destiny/commit/a50c40c6d333343bfd102d6f2cafce344fbc13aa)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 661e849..af47ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.1](https://github.com/benawad/destiny/compare/v0.3.0...v0.3.1) (2020-02-26) + +### Bug Fixes + +- don't fail if can't find file and add json support ([954e9db](https://github.com/benawad/destiny/commit/954e9dbacb7515bd1e358723086e8aeff6d7ca7b)) +- ensure unique edges ([a50c40c](https://github.com/benawad/destiny/commit/a50c40c6d333343bfd102d6f2cafce344fbc13aa)) + # [0.3.0](https://github.com/benawad/destiny/compare/v0.2.1...v0.3.0) (2020-02-24) ### Bug Fixes diff --git a/package.json b/package.json index b64c01f..a6d84a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "destiny", - "version": "0.3.0", + "version": "0.3.1", "description": "Prettier for file structures", "license": "MIT", "homepage": "https://github.com/benawad/destiny",