Skip to content

Commit

Permalink
chore(release): 0.19.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.19.0](v0.18.0...v0.19.0) (2019-08-13)

### Bug Fixes

* emit warning when TOML is invalid in a style file (closes [#68](#68)) ([b48e0a4](b48e0a4))
* files should not be deleted unless explicitly set in the style ([b5953ff](b5953ff)), closes [#71](#71)
* improve the way to find the root dir of the project ([fa3460a](fa3460a)), closes [#72](#72)

### Features

* validate the merged style file schema ([1e31d0a](1e31d0a)), closes [#69](#69)
  • Loading branch information
semantic-release-bot committed Aug 13, 2019
1 parent fa3460a commit fb8b8ef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [0.19.0](https://github.com/andreoliwa/nitpick/compare/v0.18.0...v0.19.0) (2019-08-13)


### Bug Fixes

* emit warning when TOML is invalid in a style file (closes [#68](https://github.com/andreoliwa/nitpick/issues/68)) ([b48e0a4](https://github.com/andreoliwa/nitpick/commit/b48e0a4))
* files should not be deleted unless explicitly set in the style ([b5953ff](https://github.com/andreoliwa/nitpick/commit/b5953ff)), closes [#71](https://github.com/andreoliwa/nitpick/issues/71)
* improve the way to find the root dir of the project ([fa3460a](https://github.com/andreoliwa/nitpick/commit/fa3460a)), closes [#72](https://github.com/andreoliwa/nitpick/issues/72)


### Features

* validate the merged style file schema ([1e31d0a](https://github.com/andreoliwa/nitpick/commit/1e31d0a)), closes [#69](https://github.com/andreoliwa/nitpick/issues/69)

# [0.18.0](https://github.com/andreoliwa/nitpick/compare/v0.17.0...v0.18.0) (2019-08-09)


Expand Down

0 comments on commit fb8b8ef

Please sign in to comment.