Skip to content

Commit 9d15a42

Browse files
committed
fix version
1 parent b857516 commit 9d15a42

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1717

1818
## [Unreleased](https://github.com/o1-labs/o1js/compare/5495399cc...HEAD)
1919

20-
## [2.1.1](https://github.com/o1-labs/o1js/compare/1ad7333e9e...5495399cc) - 2024-12-10
20+
## [2.2.0](https://github.com/o1-labs/o1js/compare/1ad7333e9e...5495399cc) - 2024-12-10
2121

2222
### Added
2323

24-
-`ZkProgram` to support non-pure provable types as inputs and outputs https://github.com/o1-labs/o1js/pull/1828
25-
24+
- `ZkProgram` to support non-pure provable types as inputs and outputs https://github.com/o1-labs/o1js/pull/1828
2625
- Add `enforceTransactionLimits` parameter on Network https://github.com/o1-labs/o1js/issues/1910
2726
- Method for optional types to assert none https://github.com/o1-labs/o1js/pull/1922
2827
- Increased maximum supported amount of methods in a `SmartContract` or `ZkProgram` to 30. https://github.com/o1-labs/o1js/pull/1918

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "o1js",
33
"description": "TypeScript framework for zk-SNARKs and zkApps",
4-
"version": "2.1.1",
4+
"version": "2.2.0",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/o1-labs/o1js/",
77
"repository": {

0 commit comments

Comments
 (0)