Skip to content

Commit 08f185a

Browse files
chore: Release 0.4.0
1 parent e5669b6 commit 08f185a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.3.0"}
1+
{".":"0.4.0"}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/noir-lang/noir_json_parser/compare/v0.3.0...v0.4.0) (2025-01-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* replace fixed size JSON modules with type aliases ([#19](https://github.com/noir-lang/noir_json_parser/issues/19))
9+
10+
### Miscellaneous Chores
11+
12+
* Replace fixed size JSON modules with type aliases ([#19](https://github.com/noir-lang/noir_json_parser/issues/19)) ([e5669b6](https://github.com/noir-lang/noir_json_parser/commit/e5669b6ed89a4b047bb7dcaf33c6f4b99c7e42f2))
13+
314
## [0.3.0](https://github.com/noir-lang/noir_json_parser/compare/v0.2.0...v0.3.0) (2024-11-25)
415

516

0 commit comments

Comments
 (0)