Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](1.5.0...1.6.0) (2020-08-24)

### Bug Fixes

* add implementation ([c0689d2](c0689d2))
* add more tests ([d14e6d7](d14e6d7))
* bfs with skipfirst working as well as option defaulting ([fdbbfe9](fdbbfe9))
* found a test case that highlights an issue ([a4a86be](a4a86be))

### Features

* add bfs option ([244ad94](244ad94))
  • Loading branch information
semantic-release-bot authored and BelfordZ committed Aug 24, 2020
1 parent 5cd4ae5 commit fe76034
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.6.0](https://github.com/json-schema-tools/traverse/compare/1.5.0...1.6.0) (2020-08-24)


### Bug Fixes

* add implementation ([c0689d2](https://github.com/json-schema-tools/traverse/commit/c0689d2612e27988b428f758f1f55b3834b7df8b))
* add more tests ([d14e6d7](https://github.com/json-schema-tools/traverse/commit/d14e6d7beff81667fa2733cf6abad0d9ff5ab9a0))
* bfs with skipfirst working as well as option defaulting ([fdbbfe9](https://github.com/json-schema-tools/traverse/commit/fdbbfe982fedbeb818c9384be19fd65f25f96dc9))
* found a test case that highlights an issue ([a4a86be](https://github.com/json-schema-tools/traverse/commit/a4a86be6bf8b81cf6e470ac850b089dea9501bc2))


### Features

* add bfs option ([244ad94](https://github.com/json-schema-tools/traverse/commit/244ad9459de796f0f9fe5f0218781bace5d9884f))

# [1.5.0](https://github.com/json-schema-tools/traverse/compare/1.4.2...1.5.0) (2020-07-28)


Expand Down

0 comments on commit fe76034

Please sign in to comment.