diff --git a/CHANGELOG.md b/CHANGELOG.md index 879eafc..81482a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [0.5.0](https://github.com/benawad/destiny/compare/v0.4.0...v0.5.0) (2020-03-26) + +### Bug Fixes + +- Glob stays in the tree's root path - [#88](https://github.com/benawad/destiny/issues/88) ([3795d40](https://github.com/benawad/destiny/commit/3795d40b9b20e04215eb57fa8bb919a8ad774195)) + +### Features + +- **debugger:** add debugger ([10d6a8b](https://github.com/benawad/destiny/commit/10d6a8b095b74f0e34419941d64468e8ffa1bd74)) + # [0.4.0](https://github.com/benawad/destiny/compare/v0.3.1...v0.4.0) (2020-03-04) ### Bug Fixes diff --git a/package.json b/package.json index 8fd1d38..607cf16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "destiny", - "version": "0.4.0", + "version": "0.5.0", "description": "Prettier for file structures", "license": "MIT", "homepage": "https://github.com/benawad/destiny",