From 0b8cd64901949668bf28b47b99c3f040b7f3de77 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 30 Aug 2024 18:14:05 +0000 Subject: [PATCH] chore(release): 1.0.3 [skip ci] ## [1.0.3](https://github.com/coveooss/json-schema-for-humans/compare/v1.0.2...v1.0.3) (2024-08-30) ### Bug Fixes * new properties are ignored whith allOf using $ref ([#249](https://github.com/coveooss/json-schema-for-humans/issues/249)) ([7049af7](https://github.com/coveooss/json-schema-for-humans/commit/7049af7bc51b40d7ea6b9117b89125e03b98fde7)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2fa6990..69de7af8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/coveooss/json-schema-for-humans/compare/v1.0.2...v1.0.3) (2024-08-30) + + +### Bug Fixes + +* new properties are ignored whith allOf using $ref ([#249](https://github.com/coveooss/json-schema-for-humans/issues/249)) ([7049af7](https://github.com/coveooss/json-schema-for-humans/commit/7049af7bc51b40d7ea6b9117b89125e03b98fde7)) + ## [1.0.2](https://github.com/coveooss/json-schema-for-humans/compare/v1.0.1...v1.0.2) (2024-05-16) diff --git a/pyproject.toml b/pyproject.toml index 4d3c9c7b..722a0269 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "json-schema-for-humans" -version = "1.0.2" +version = "1.0.3" description = "Generate static HTML documentation from JSON schemas" authors = ["Denis Blanchette ", "AbdulRahman Al Hamali "] license = "Apache-2.0"