Skip to content

Commit

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

### Bug Fixes

* Fix markdown "break on newline" configurability ([#236](#236)) ([c0c9d09](c0c9d09))
  • Loading branch information
semantic-release-bot committed Nov 29, 2024
1 parent c0c9d09 commit 29f9f65
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.3.1](https://github.com/coveooss/json-schema-for-humans/compare/v1.3.0...v1.3.1) (2024-11-29)


### Bug Fixes

* Fix markdown "break on newline" configurability ([#236](https://github.com/coveooss/json-schema-for-humans/issues/236)) ([c0c9d09](https://github.com/coveooss/json-schema-for-humans/commit/c0c9d09e00427786dc571d4cd71b7c36c80dc811))

# [1.3.0](https://github.com/coveooss/json-schema-for-humans/compare/v1.2.0...v1.3.0) (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.3.0"
version = "1.3.1"
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 29f9f65

Please sign in to comment.