Skip to content

Commit

Permalink
chore(release): v0.25.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Jan 21, 2023
1 parent 485a89e commit 0d3ac30
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.25.3](https://github.com/GiovanniCardamone/class-schema/compare/v0.25.1...v0.25.3) (2023-01-21)


### Bug Fixes

* fixed anyOf, oneOf, allOf with primitive types ([375aed4](https://github.com/GiovanniCardamone/class-schema/commit/375aed462f4d3ace7417ac17e768ab3006b7843c))



## [0.25.1](https://github.com/GiovanniCardamone/class-schema/compare/v0.25.0...v0.25.1) (2022-08-09)


Expand Down Expand Up @@ -60,7 +69,3 @@



## [0.22.6](https://github.com/GiovanniCardamone/class-schema/compare/v0.22.5...v0.22.6) (2022-04-11)



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "class-schema",
"version": "0.25.2",
"version": "0.25.3",
"description": "Javascript / Typescript class to JsonSchema",
"main": "dist/index.js",
"private": false,
Expand Down Expand Up @@ -44,4 +44,4 @@
"dependencies": {
"json-schema": "^0.4.0"
}
}
}

0 comments on commit 0d3ac30

Please sign in to comment.