From 50aab5b80ef9f16639c3198822d8584c04595601 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Dec 2024 19:33:32 +0000 Subject: [PATCH] chore(release): 1.3.3 [skip ci] ## [1.3.3](https://github.com/coveooss/json-schema-for-humans/compare/v1.3.2...v1.3.3) (2024-12-02) ### Bug Fixes * Extra space in MD example section ([#287](https://github.com/coveooss/json-schema-for-humans/issues/287)) ([99f52c7](https://github.com/coveooss/json-schema-for-humans/commit/99f52c7ec1efa09312d49f30d491e4d3e3a89832)), closes [#263](https://github.com/coveooss/json-schema-for-humans/issues/263) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9049f9e..198b324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.3](https://github.com/coveooss/json-schema-for-humans/compare/v1.3.2...v1.3.3) (2024-12-02) + + +### Bug Fixes + +* Extra space in MD example section ([#287](https://github.com/coveooss/json-schema-for-humans/issues/287)) ([99f52c7](https://github.com/coveooss/json-schema-for-humans/commit/99f52c7ec1efa09312d49f30d491e4d3e3a89832)), closes [#263](https://github.com/coveooss/json-schema-for-humans/issues/263) + ## [1.3.2](https://github.com/coveooss/json-schema-for-humans/compare/v1.3.1...v1.3.2) (2024-11-29) diff --git a/pyproject.toml b/pyproject.toml index ecb6a99..4f1f038 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "json-schema-for-humans" -version = "1.3.2" +version = "1.3.3" description = "Generate static HTML documentation from JSON schemas" authors = ["Denis Blanchette ", "AbdulRahman Al Hamali "] license = "Apache-2.0"