From c3856aa02d1979864c0d11aa47a8cad814643c1d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Nov 2024 16:35:13 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/coveooss/json-schema-for-humans/compare/v1.0.4...v1.1.0) (2024-11-29) ### Features * Add `allow_html_description` config option ([#282](https://github.com/coveooss/json-schema-for-humans/issues/282)) ([6c5f00e](https://github.com/coveooss/json-schema-for-humans/commit/6c5f00e9d74095214a74820800d7389fac1ddcbe)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 028f6052..7620455b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/coveooss/json-schema-for-humans/compare/v1.0.4...v1.1.0) (2024-11-29) + + +### Features + +* Add `allow_html_description` config option ([#282](https://github.com/coveooss/json-schema-for-humans/issues/282)) ([6c5f00e](https://github.com/coveooss/json-schema-for-humans/commit/6c5f00e9d74095214a74820800d7389fac1ddcbe)) + ## [1.0.4](https://github.com/coveooss/json-schema-for-humans/compare/v1.0.3...v1.0.4) (2024-11-27) diff --git a/pyproject.toml b/pyproject.toml index b7c3a9e8..c8c1095c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "json-schema-for-humans" -version = "1.0.4" +version = "1.1.0" description = "Generate static HTML documentation from JSON schemas" authors = ["Denis Blanchette ", "AbdulRahman Al Hamali "] license = "Apache-2.0"