Skip to content

Commit 1cdfa97

Browse files
chore(release): 1.2.0 [skip ci]
# [1.2.0](v1.1.1...v1.2.0) (2024-11-29) ### Features * Add `description_safe_mode` config option ([#283](#283)) ([a17ce95](a17ce95))
1 parent a17ce95 commit 1cdfa97

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.2.0](https://github.com/coveooss/json-schema-for-humans/compare/v1.1.1...v1.2.0) (2024-11-29)
2+
3+
4+
### Features
5+
6+
* Add `description_safe_mode` config option ([#283](https://github.com/coveooss/json-schema-for-humans/issues/283)) ([a17ce95](https://github.com/coveooss/json-schema-for-humans/commit/a17ce95475e3e9b83e340ef35f4bb30427b62a7b))
7+
18
## [1.1.1](https://github.com/coveooss/json-schema-for-humans/compare/v1.1.0...v1.1.1) (2024-11-29)
29

310

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "json-schema-for-humans"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
description = "Generate static HTML documentation from JSON schemas"
55
authors = ["Denis Blanchette <tools@coveo.com>", "AbdulRahman Al Hamali <tools@coveo.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)