From 7e93948dc918b4f91172c68b79fe45b40b7ef5be Mon Sep 17 00:00:00 2001 From: Coby Date: Mon, 21 Oct 2024 10:53:22 -0400 Subject: [PATCH 1/2] update package json --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02563ddac..920f6207c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased](https://github.com/o1-labs/o1js/compare/f15293a69...HEAD) +## [1.9.1](https://github.com/o1-labs/o1js/compare/f15293a69...f15293a69) - 2024-10-15 + ### Fixes - Performance regression when compiling recursive circuits is fixed https://github.com/o1-labs/o1js/pull/1874 diff --git a/package-lock.json b/package-lock.json index 7157634fa..32a418c28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "o1js", - "version": "1.9.0", + "version": "1.9.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "o1js", - "version": "1.9.0", + "version": "1.9.1", "license": "Apache-2.0", "dependencies": { "blakejs": "1.2.1", diff --git a/package.json b/package.json index d8ecf67bb..1c5896d26 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "o1js", "description": "TypeScript framework for zk-SNARKs and zkApps", - "version": "1.9.0", + "version": "1.9.1", "license": "Apache-2.0", "homepage": "https://github.com/o1-labs/o1js/", "repository": { From c56ba60e1d8e41b98f8ae82a6f957e03e37fa122 Mon Sep 17 00:00:00 2001 From: Coby Date: Mon, 21 Oct 2024 10:53:41 -0400 Subject: [PATCH 2/2] release 1.9.1 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 920f6207c..729bbe4f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm _Security_ in case of vulnerabilities. --> -## [Unreleased](https://github.com/o1-labs/o1js/compare/f15293a69...HEAD) +## [Unreleased](https://github.com/o1-labs/o1js/compare/7e9394...HEAD) -## [1.9.1](https://github.com/o1-labs/o1js/compare/f15293a69...f15293a69) - 2024-10-15 +## [1.9.1](https://github.com/o1-labs/o1js/compare/f15293a69...7e9394) - 2024-10-15 ### Fixes