Skip to content

Commit 54a9913

Browse files
authored
CLI release 0.13.0 (#492)
1 parent 1064ba4 commit 54a9913

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-12
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.13.0] - 2023-09-14
9+
10+
### Changed
11+
12+
- Release `0.13.0` corresponding with o1js [release](https://github.com/o1-labs/o1js/pull/1123) `0.13.0`. The o1js release includes changes to verification keys caused by updates to the proof system, which breaks all deployed contracts. [#492](https://github.com/o1-labs/zkapp-cli/pull/492)
13+
- o1js minor version dependency updated in cli package.json to 0.13.\*.
14+
- o1js minor version peer dependency updated in template/example contract package.json to 0.13.\*.
15+
816
## [0.12.1] - 2023-09-09
917

1018
### Changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zkapp-cli",
3-
"version": "0.12.1",
3+
"version": "0.13.0",
44
"description": "CLI to create zkApps (zero-knowledge apps) for Mina Protocol",
55
"homepage": "https://github.com/o1-labs/zkapp-cli/",
66
"keywords": [
@@ -61,7 +61,7 @@
6161
"fs-extra": "^11.1.1",
6262
"gittar": "^0.1.1",
6363
"mina-signer": "^2.1.0",
64-
"o1js": "^0.12.2",
64+
"o1js": "^0.13.*",
6565
"ora": "^7.0.1",
6666
"shelljs": "^0.8.5",
6767
"table": "^6.8.1",

templates/project-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"typescript": "^4.7.2"
4646
},
4747
"peerDependencies": {
48-
"o1js": "0.12.*"
48+
"o1js": "0.13.*"
4949
}
5050
}

0 commit comments

Comments
 (0)