From 4ad4a5dc87073f2053cd941797f1e3ccf54c3ea3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Dec 2024 18:11:10 +0000 Subject: [PATCH] chore(release): 1.3.4 [skip ci] ## [1.3.4](/~https://github.com/coveooss/json-schema-for-humans/compare/v1.3.3...v1.3.4) (2024-12-06) ### Bug Fixes * const with value null wrongly displayed ([#288](/~https://github.com/coveooss/json-schema-for-humans/issues/288)) ([e2642b2](/~https://github.com/coveooss/json-schema-for-humans/commit/e2642b253c2479ee013a0151ca41af8fe6d96e60)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 198b324..75f1779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.4](/~https://github.com/coveooss/json-schema-for-humans/compare/v1.3.3...v1.3.4) (2024-12-06) + + +### Bug Fixes + +* const with value null wrongly displayed ([#288](/~https://github.com/coveooss/json-schema-for-humans/issues/288)) ([e2642b2](/~https://github.com/coveooss/json-schema-for-humans/commit/e2642b253c2479ee013a0151ca41af8fe6d96e60)) + ## [1.3.3](/~https://github.com/coveooss/json-schema-for-humans/compare/v1.3.2...v1.3.3) (2024-12-02) diff --git a/pyproject.toml b/pyproject.toml index 4f1f038..3adc13e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "json-schema-for-humans" -version = "1.3.3" +version = "1.3.4" description = "Generate static HTML documentation from JSON schemas" authors = ["Denis Blanchette ", "AbdulRahman Al Hamali "] license = "Apache-2.0"