Skip to content

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed May 30, 2024
1 parent 3986c1d commit ad902a2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [6.0.0](https://github.com/nfroidure/schema2dts/compare/v5.3.0...v6.0.0) (2024-05-30)


### Code Refactoring

* **types:** better null type handling ([5d3134f](https://github.com/nfroidure/schema2dts/commit/5d3134f47b3649b20f11d42ffdc156097ccca85f)), closes [#33](https://github.com/nfroidure/schema2dts/issues/33)


### BREAKING CHANGES

* **types:** Not sure if it really breaks anything but won't hurt to create a major version just
in case.



# [5.3.0](https://github.com/nfroidure/schema2dts/compare/v5.2.0...v5.3.0) (2023-10-09)


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"name": "schema2dts",
"version": "5.3.0",
"version": "6.0.0",
"description": "A very simple JSONSchema7/OpenAPI3 to TypeScript types definitions generator",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -195,4 +195,4 @@
"trailingComma": "all",
"proseWrap": "always"
}
}
}

0 comments on commit ad902a2

Please sign in to comment.