From 9e6fa73eeccfb9b3f788bc6a687e0acab31cadcd Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 22 Apr 2024 19:53:04 +0200 Subject: [PATCH 1/3] bump version --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c5130aed..21fccdff0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "o1js", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "o1js", - "version": "1.0.0", + "version": "1.0.1", "license": "Apache-2.0", "dependencies": { "blakejs": "1.2.1", @@ -6465,9 +6465,9 @@ } }, "node_modules/typedoc-plugin-markdown": { - "version": "4.0.0-next.55", - "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.0.0-next.55.tgz", - "integrity": "sha512-bwEEBkAP0kHnjE10QzPBXAri5yHYmgb+vZP+xn9GirBLCk3lt7SMUiUx0fj7lEtTmbgIH0rv20f3xP+JWxCPHg==", + "version": "4.0.0-next.58", + "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-4.0.0-next.58.tgz", + "integrity": "sha512-qIpinPrmz75gkKcveXNcCIxtKeNM+u/LGx+L9Cp2qOv0vCR3Vi5ONWVFq3P5XIAkoRFnLZXx6NaLcey+GuQuUA==", "dev": true, "peerDependencies": { "typedoc": "0.25.x" diff --git a/package.json b/package.json index 1d381d343..244ef25e7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "o1js", "description": "TypeScript framework for zk-SNARKs and zkApps", - "version": "1.0.0", + "version": "1.0.1", "license": "Apache-2.0", "homepage": "https://github.com/o1-labs/o1js/", "keywords": [ From 02c5e8d4d89c4ecf803e117e78e422291221aac3 Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 22 Apr 2024 19:53:47 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c28e44565..e3cd27aa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm > No unreleased changes yet -## [1.0.0](https://github.com/o1-labs/o1js/compare/1b6fd8b8e...968a35111) - 2024-04-22 +## [1.0.1](https://github.com/o1-labs/o1js/compare/1b6fd8b8e...968a35111) - 2024-04-22 ### Breaking changes From cc3273531860800a5c388d27dfd96ce310e7da54 Mon Sep 17 00:00:00 2001 From: Florian Date: Mon, 22 Apr 2024 19:55:02 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3cd27aa1..35190cbd4 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/968a35111...HEAD) +## [Unreleased](https://github.com/o1-labs/o1js/compare/02c5e8d4d...HEAD) > No unreleased changes yet -## [1.0.1](https://github.com/o1-labs/o1js/compare/1b6fd8b8e...968a35111) - 2024-04-22 +## [1.0.1](https://github.com/o1-labs/o1js/compare/1b6fd8b8e...02c5e8d4d) - 2024-04-22 ### Breaking changes