We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a86467 commit 5c74793Copy full SHA for 5c74793
CHANGELOG.md
@@ -1,8 +1,9 @@
1
# Changelog
2
3
-## v1.2.0 - 2024-11-17
+## v1.1.1 - 2024-11-19
4
5
- Fixed bug in code generation for optional properties.
6
+
7
## v1.1.0 - 2024-11-03
8
9
- Fixed bugs in code generation.
gleam.toml
@@ -1,5 +1,5 @@
name = "json_typedef"
-version = "1.1.0"
+version = "1.1.1"
target = "erlang"
description = "Work with JSON using a schema! RFC8927"
licences = ["Apache-2.0"]
0 commit comments