From 11ede01bf83a5c865721ca85af4a56bd28e0f76e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Nov 2024 19:34:51 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](/~https://github.com/coveooss/json-schema-for-humans/compare/v1.2.0...v1.3.0) (2024-11-29) ### Features * Look up property title by following references ([#280](/~https://github.com/coveooss/json-schema-for-humans/issues/280)) ([57f68d6](/~https://github.com/coveooss/json-schema-for-humans/commit/57f68d6be7670882718e0e1931610e32e0963ad3)), closes [#278](/~https://github.com/coveooss/json-schema-for-humans/issues/278) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e9a4ca..88068914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](/~https://github.com/coveooss/json-schema-for-humans/compare/v1.2.0...v1.3.0) (2024-11-29) + + +### Features + +* Look up property title by following references ([#280](/~https://github.com/coveooss/json-schema-for-humans/issues/280)) ([57f68d6](/~https://github.com/coveooss/json-schema-for-humans/commit/57f68d6be7670882718e0e1931610e32e0963ad3)), closes [#278](/~https://github.com/coveooss/json-schema-for-humans/issues/278) + # [1.2.0](/~https://github.com/coveooss/json-schema-for-humans/compare/v1.1.1...v1.2.0) (2024-11-29) diff --git a/pyproject.toml b/pyproject.toml index 86708b76..50e9d0de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "json-schema-for-humans" -version = "1.2.0" +version = "1.3.0" description = "Generate static HTML documentation from JSON schemas" authors = ["Denis Blanchette ", "AbdulRahman Al Hamali "] license = "Apache-2.0"