From 80c3dbf56da62c904edf33cfcb056ba6b0762fde Mon Sep 17 00:00:00 2001 From: Gregor Date: Mon, 22 Apr 2024 17:41:59 +0200 Subject: [PATCH 1/3] changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ed8643ca..d9e11314f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,11 @@ 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/1b6fd8b8e...HEAD) +## [Unreleased](https://github.com/o1-labs/o1js/compare/23a929277fa...HEAD) + +> No unreleased changes yet + +## [1.0.0](https://github.com/o1-labs/o1js/compare/1b6fd8b8e...23a929277) - 2024-04-22 ### Breaking changes From 968a35111f96eb72640b20ea25439a28c4735573 Mon Sep 17 00:00:00 2001 From: Gregor Date: Mon, 22 Apr 2024 17:42:06 +0200 Subject: [PATCH 2/3] 1.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b31f15911..968408af8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "o1js", - "version": "0.18.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "o1js", - "version": "0.18.0", + "version": "1.0.0", "license": "Apache-2.0", "dependencies": { "blakejs": "1.2.1", diff --git a/package.json b/package.json index 78b5592fe..ce8ae2ed5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "o1js", "description": "TypeScript framework for zk-SNARKs and zkApps", - "version": "0.18.0", + "version": "1.0.0", "license": "Apache-2.0", "homepage": "https://github.com/o1-labs/o1js/", "keywords": [ From 355762dc90be0f5c9c58c611a089f86066689c0c Mon Sep 17 00:00:00 2001 From: Gregor Date: Mon, 22 Apr 2024 17:42:31 +0200 Subject: [PATCH 3/3] changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e11314f..c28e44565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,11 +15,11 @@ 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/23a929277fa...HEAD) +## [Unreleased](https://github.com/o1-labs/o1js/compare/968a35111...HEAD) > No unreleased changes yet -## [1.0.0](https://github.com/o1-labs/o1js/compare/1b6fd8b8e...23a929277) - 2024-04-22 +## [1.0.0](https://github.com/o1-labs/o1js/compare/1b6fd8b8e...968a35111) - 2024-04-22 ### Breaking changes