Skip to content

Commit

Permalink
chore(release): 0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.4.0](v0.3.1...v0.4.0) (2020-03-04)

### Bug Fixes

* ensure path correctness ([f22f07f](f22f07f)), closes [#81](#81)
* extend linting ([039cadf](039cadf))
* fix new linting issues ([c19f2e5](c19f2e5))
* Fix time complexity when searching for common parent dir ([ce9915e](ce9915e))
* improve regex path matching ([ff9b19b](ff9b19b)), closes [#87](#87)
* support paths in config via include ([c049ceb](c049ceb))

### Features

* Add CLI flag to rename single files ([2de9ff1](2de9ff1))
  • Loading branch information
semantic-release-bot committed Mar 4, 2020
1 parent dcc2fa1 commit ef3316b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [0.4.0](https://github.com/benawad/destiny/compare/v0.3.1...v0.4.0) (2020-03-04)

### Bug Fixes

- ensure path correctness ([f22f07f](https://github.com/benawad/destiny/commit/f22f07f962c130a821009b43c0e568d819533b96)), closes [#81](https://github.com/benawad/destiny/issues/81)
- extend linting ([039cadf](https://github.com/benawad/destiny/commit/039cadf98fb5e08fcf469faa95154b763b64c3bd))
- fix new linting issues ([c19f2e5](https://github.com/benawad/destiny/commit/c19f2e53a93c3859c7c02fd206c87c2b367efe36))
- Fix time complexity when searching for common parent dir ([ce9915e](https://github.com/benawad/destiny/commit/ce9915eac72870135e30b9b895a4ad265a004266))
- improve regex path matching ([ff9b19b](https://github.com/benawad/destiny/commit/ff9b19b43870a6fd0d43364ce9e342c4f2c6b30c)), closes [#87](https://github.com/benawad/destiny/issues/87)
- support paths in config via include ([c049ceb](https://github.com/benawad/destiny/commit/c049cebf336da6a01f3b931a2ce0b62d0f482b06))

### Features

- Add CLI flag to rename single files ([2de9ff1](https://github.com/benawad/destiny/commit/2de9ff1acde8c040fe324b8d9a5fc37b6413e935))

## [0.3.1](https://github.com/benawad/destiny/compare/v0.3.0...v0.3.1) (2020-02-26)

### 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.1",
"version": "0.4.0",
"description": "Prettier for file structures",
"license": "MIT",
"homepage": "https://github.com/benawad/destiny",
Expand Down

0 comments on commit ef3316b

Please sign in to comment.