Skip to content

Commit 5fe33f6

Browse files
chore(release): 0.7.1 [skip ci]
## [0.7.1](v0.7.0...v0.7.1) (2020-08-19) ### Bug Fixes * [#115](#115), fix [#107](#107) ([8a4ea3e](8a4ea3e)) * [#136](#136) ([b194bbf](b194bbf)) * [#138](#138) ([54bd159](54bd159)) * add utils to spec fixture ([9d75c93](9d75c93)) * don't overwrite existing files ([9a2c6c4](9a2c6c4)) * handle edge cases where linked file is not found ([3a139cd](3a139cd)) * look for source file based on test file name first instead of first import ([0544d61](0544d61)) * remove node_module test because git ignores that folder ([6036bab](6036bab)) * treat story files like tests ([16edcb7](16edcb7)) * unused files ([85543f4](85543f4))
1 parent 6036bab commit 5fe33f6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [0.7.1](https://github.com/benawad/destiny/compare/v0.7.0...v0.7.1) (2020-08-19)
2+
3+
4+
### Bug Fixes
5+
6+
* [#115](https://github.com/benawad/destiny/issues/115), fix [#107](https://github.com/benawad/destiny/issues/107) ([8a4ea3e](https://github.com/benawad/destiny/commit/8a4ea3e36c5e2ca38691f99b808ae0a4be32c670))
7+
* [#136](https://github.com/benawad/destiny/issues/136) ([b194bbf](https://github.com/benawad/destiny/commit/b194bbfc440e5b1d4c010927219c08b1031b94f3))
8+
* [#138](https://github.com/benawad/destiny/issues/138) ([54bd159](https://github.com/benawad/destiny/commit/54bd1598de9182896a3d8e9decd8647ec0ae68de))
9+
* add utils to spec fixture ([9d75c93](https://github.com/benawad/destiny/commit/9d75c937cf383e1e8136e9af14f188a373a49bc3))
10+
* don't overwrite existing files ([9a2c6c4](https://github.com/benawad/destiny/commit/9a2c6c4bed1798eaa57c90383bb803bc9f7fb9d5))
11+
* handle edge cases where linked file is not found ([3a139cd](https://github.com/benawad/destiny/commit/3a139cd1931649cf86b4b3fc20e345ce42b65737))
12+
* look for source file based on test file name first instead of first import ([0544d61](https://github.com/benawad/destiny/commit/0544d61c4e09014f23e910a3539eae8b2aca9963))
13+
* remove node_module test because git ignores that folder ([6036bab](https://github.com/benawad/destiny/commit/6036bab049f51b63b1cccbf53dd8ded1730af0d5))
14+
* treat story files like tests ([16edcb7](https://github.com/benawad/destiny/commit/16edcb7f03c63517f7c4ee8c160e7079771aee4a))
15+
* unused files ([85543f4](https://github.com/benawad/destiny/commit/85543f432ee552d5941ca29c6900c3ba849612df))
16+
117
# [0.7.0](https://github.com/benawad/destiny/compare/v0.6.2...v0.7.0) (2020-05-23)
218

319

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "destiny",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Prettier for file structures",
55
"license": "MIT",
66
"homepage": "https://github.com/benawad/destiny",

0 commit comments

Comments
 (0)