Skip to content

Commit

Permalink
CLI release 0.13.0 (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymekuria authored Sep 14, 2023
1 parent 1064ba4 commit 54a9913
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.13.0] - 2023-09-14

### Changed

- 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)
- o1js minor version dependency updated in cli package.json to 0.13.\*.
- o1js minor version peer dependency updated in template/example contract package.json to 0.13.\*.

## [0.12.1] - 2023-09-09

### Changed
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zkapp-cli",
"version": "0.12.1",
"version": "0.13.0",
"description": "CLI to create zkApps (zero-knowledge apps) for Mina Protocol",
"homepage": "https://github.com/o1-labs/zkapp-cli/",
"keywords": [
Expand Down Expand Up @@ -61,7 +61,7 @@
"fs-extra": "^11.1.1",
"gittar": "^0.1.1",
"mina-signer": "^2.1.0",
"o1js": "^0.12.2",
"o1js": "^0.13.*",
"ora": "^7.0.1",
"shelljs": "^0.8.5",
"table": "^6.8.1",
Expand Down
2 changes: 1 addition & 1 deletion templates/project-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"typescript": "^4.7.2"
},
"peerDependencies": {
"o1js": "0.12.*"
"o1js": "0.13.*"
}
}

0 comments on commit 54a9913

Please sign in to comment.