Skip to content

Commit

Permalink
chore(release): 1.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0](1.8.2...1.9.0) (2021-06-17)

### Bug Fixes

* add return types to most of the utils ([75b3245](75b3245))
* clean up remenants of bad ideas ([9d0ef32](9d0ef32))
* run lint fix ([9a2d65e](9a2d65e))
* update deps and regen package-lock ([6ea95ee](6ea95ee))

### Features

* augment schemas with isCycle ([07d7015](07d7015)), closes [#382](#382)
  • Loading branch information
semantic-release-bot authored and BelfordZ committed Jun 17, 2021
1 parent 9cb1bd3 commit 3d4aee3
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.9.0](https://github.com/json-schema-tools/transpiler/compare/1.8.2...1.9.0) (2021-06-17)


### Bug Fixes

* add return types to most of the utils ([75b3245](https://github.com/json-schema-tools/transpiler/commit/75b32451381bdee03ff2eadedd8b1456b97ee67c))
* clean up remenants of bad ideas ([9d0ef32](https://github.com/json-schema-tools/transpiler/commit/9d0ef32150a58632ca96237fb8102af778c3c89d))
* run lint fix ([9a2d65e](https://github.com/json-schema-tools/transpiler/commit/9a2d65e89dbc68d0f17f7454b31ac6b56052e801))
* update deps and regen package-lock ([6ea95ee](https://github.com/json-schema-tools/transpiler/commit/6ea95ee2a3c2750fad6048faed616e90e9af31b5))


### Features

* augment schemas with isCycle ([07d7015](https://github.com/json-schema-tools/transpiler/commit/07d7015658ba3a47e04a0ce0a10a75097ea6bc4c)), closes [#382](https://github.com/json-schema-tools/transpiler/issues/382)

## [1.8.2](https://github.com/json-schema-tools/transpiler/compare/1.8.1...1.8.2) (2021-06-15)


Expand Down

0 comments on commit 3d4aee3

Please sign in to comment.