Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.1...v1.2.0) (2024-11-29)

### Features

* Add `description_safe_mode` config option ([#283](#283)) ([a17ce95](a17ce95))
  • Loading branch information
semantic-release-bot committed Nov 29, 2024
1 parent a17ce95 commit 1cdfa97
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.2.0](https://github.com/coveooss/json-schema-for-humans/compare/v1.1.1...v1.2.0) (2024-11-29)


### Features

* 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))

## [1.1.1](https://github.com/coveooss/json-schema-for-humans/compare/v1.1.0...v1.1.1) (2024-11-29)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "json-schema-for-humans"
version = "1.1.1"
version = "1.2.0"
description = "Generate static HTML documentation from JSON schemas"
authors = ["Denis Blanchette <[email protected]>", "AbdulRahman Al Hamali <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 1cdfa97

Please sign in to comment.