Skip to content

Commit

Permalink
chore(release): 0.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.3.1](v0.3.0...v0.3.1) (2020-02-26)

### Bug Fixes

* don't fail if can't find file and add json support ([954e9db](954e9db))
* ensure unique edges ([a50c40c](a50c40c))
  • Loading branch information
semantic-release-bot committed Feb 26, 2020
1 parent 559d195 commit 729dff3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 729dff3

Please sign in to comment.