Skip to content

Commit 4ad4a5d

Browse files
chore(release): 1.3.4 [skip ci]
## [1.3.4](v1.3.3...v1.3.4) (2024-12-06) ### Bug Fixes * const with value null wrongly displayed ([#288](#288)) ([e2642b2](e2642b2))
1 parent e2642b2 commit 4ad4a5d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.4](https://github.com/coveooss/json-schema-for-humans/compare/v1.3.3...v1.3.4) (2024-12-06)
2+
3+
4+
### Bug Fixes
5+
6+
* const with value null wrongly displayed ([#288](https://github.com/coveooss/json-schema-for-humans/issues/288)) ([e2642b2](https://github.com/coveooss/json-schema-for-humans/commit/e2642b253c2479ee013a0151ca41af8fe6d96e60))
7+
18
## [1.3.3](https://github.com/coveooss/json-schema-for-humans/compare/v1.3.2...v1.3.3) (2024-12-02)
29

310

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "json-schema-for-humans"
3-
version = "1.3.3"
3+
version = "1.3.4"
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)