Skip to content

Commit

Permalink
chore(release): 1.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.4](v1.1.3...v1.1.4) (2020-10-19)

### Bug Fixes

* Support floating number use cases ([7f11bdd](7f11bdd)), closes [#7](#7)
  • Loading branch information
semantic-release-bot committed Oct 19, 2020
1 parent 7f11bdd commit 9b8cf81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.4](https://github.com/valentinpalkovic/prisma-json-schema-generator/compare/v1.1.3...v1.1.4) (2020-10-19)


### Bug Fixes

* Support floating number use cases ([7f11bdd](https://github.com/valentinpalkovic/prisma-json-schema-generator/commit/7f11bddbbe019b9d6d350d7116e473b88d518c10)), closes [#7](https://github.com/valentinpalkovic/prisma-json-schema-generator/issues/7)

## [1.1.3](https://github.com/valentinpalkovic/prisma-json-schema-generator/compare/v1.1.2...v1.1.3) (2020-09-26)


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": "prisma-json-schema-generator",
"version": "1.1.3",
"version": "1.1.4",
"main": "dist/index.js",
"license": "MIT",
"files": [
Expand Down

0 comments on commit 9b8cf81

Please sign in to comment.