Skip to content

Commit

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

### Bug Fixes

* **printTree:** colorize tree ([9fd4706](9fd4706))
* add generateTrees module ([e0366d6](e0366d6))
* create restructure map ([4090fdd](4090fdd))
* use generateTrees and refactor formatFileStructure ([fb48957](fb48957))
* **printTree:** add leaf resolver ([514084a](514084a))
* **printTree:** add proper sorting of files and directories ([bc177c1](bc177c1))
* **printTree:** position our leafs ([1b5bca1](1b5bca1))

### Features

* **cli:** only restructure with write option ([65313bb](65313bb))
* **printTree:** print tree ([ef01dae](ef01dae))
* add support for sass ([f70e96b](f70e96b))
* remove detect-roots option ([7812dc6](7812dc6))
  • Loading branch information
semantic-release-bot committed Feb 24, 2020
1 parent 06d9143 commit 44ade7b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [0.3.0](https://github.com/benawad/destiny/compare/v0.2.1...v0.3.0) (2020-02-24)

### Bug Fixes

- **printTree:** colorize tree ([9fd4706](https://github.com/benawad/destiny/commit/9fd4706deec7ef40238eaf0113e198f562584453))
- add generateTrees module ([e0366d6](https://github.com/benawad/destiny/commit/e0366d662d7051d9cdbe0e44fe98b1743c739a13))
- create restructure map ([4090fdd](https://github.com/benawad/destiny/commit/4090fdd90191c87f834bfc7f14651c1d5e5b09c4))
- use generateTrees and refactor formatFileStructure ([fb48957](https://github.com/benawad/destiny/commit/fb489571a67cd466cdcedd03787238eda9345b04))
- **printTree:** add leaf resolver ([514084a](https://github.com/benawad/destiny/commit/514084a5ffbd27badc2fd75716edc9aac974c988))
- **printTree:** add proper sorting of files and directories ([bc177c1](https://github.com/benawad/destiny/commit/bc177c10b7155634a15c990264ee505a82067d8c))
- **printTree:** position our leafs ([1b5bca1](https://github.com/benawad/destiny/commit/1b5bca10b3d29853feeb70f67e096f9b4a74ec3e))

### Features

- **cli:** only restructure with write option ([65313bb](https://github.com/benawad/destiny/commit/65313bb35c042d0a9e89d832fbe74c67da5a6988))
- **printTree:** print tree ([ef01dae](https://github.com/benawad/destiny/commit/ef01dae807e7ca12ec535e2796bf69782df1e68f))
- add support for sass ([f70e96b](https://github.com/benawad/destiny/commit/f70e96bc064988c325d655a9e1c98c37fc06ae2f))
- remove detect-roots option ([7812dc6](https://github.com/benawad/destiny/commit/7812dc6310a6afbd0fcfb0cd7966b95ceee30dca))

## [0.2.1](https://github.com/benawad/destiny/compare/v0.2.0...v0.2.1) (2020-02-20)

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

0 comments on commit 44ade7b

Please sign in to comment.