Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Jul 18, 2024
1 parent cc91507 commit bbabaca
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [7.0.0](https://github.com/nfroidure/schema2dts/compare/v6.0.1...v7.0.0) (2024-07-18)


### Bug Fixes

* **api:** improve identifiers generation ([cc91507](https://github.com/nfroidure/schema2dts/commit/cc91507ac7de3cebf5b8d6eb3bac632a080d05d5))


### BREAKING CHANGES

* **api:** Some identifiers could change, requiring to update them in your code.



## [6.0.1](https://github.com/nfroidure/schema2dts/compare/v6.0.0...v6.0.1) (2024-07-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"name": "schema2dts",
"version": "6.0.1",
"version": "7.0.0",
"description": "A very simple JSONSchema7/OpenAPI3 to TypeScript types definitions generator",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit bbabaca

Please sign in to comment.