From 98c9235403ed21af35758dd7a41ecad90eab5e36 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 23 May 2020 20:22:29 +0000 Subject: [PATCH] chore(release): 0.7.0 [skip ci] # [0.7.0](https://github.com/benawad/destiny/compare/v0.6.2...v0.7.0) (2020-05-23) ### Bug Fixes * [#128](https://github.com/benawad/destiny/issues/128) ([3c33290](https://github.com/benawad/destiny/commit/3c33290352ccb450051ea5359b33e1ac9868466d)) * [#135](https://github.com/benawad/destiny/issues/135) ([8a2a1c0](https://github.com/benawad/destiny/commit/8a2a1c06301b53f457d738d255b65f30dd3d41cb)) ### Features * **debugger:** log full data ([09a78f4](https://github.com/benawad/destiny/commit/09a78f4289abef805dd5b6f4b680a12990ed1391)) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e83fbcc..1bd492f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [0.7.0](https://github.com/benawad/destiny/compare/v0.6.2...v0.7.0) (2020-05-23) + + +### Bug Fixes + +* [#128](https://github.com/benawad/destiny/issues/128) ([3c33290](https://github.com/benawad/destiny/commit/3c33290352ccb450051ea5359b33e1ac9868466d)) +* [#135](https://github.com/benawad/destiny/issues/135) ([8a2a1c0](https://github.com/benawad/destiny/commit/8a2a1c06301b53f457d738d255b65f30dd3d41cb)) + + +### Features + +* **debugger:** log full data ([09a78f4](https://github.com/benawad/destiny/commit/09a78f4289abef805dd5b6f4b680a12990ed1391)) + ## [0.6.2](https://github.com/benawad/destiny/compare/v0.6.1...v0.6.2) (2020-04-29) diff --git a/package.json b/package.json index 157ffdb..4694217 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "destiny", - "version": "0.6.2", + "version": "0.7.0", "description": "Prettier for file structures", "license": "MIT", "homepage": "https://github.com/benawad/destiny",