From 214f4edb031af9305dd5c0c2e7916b29bea9479c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 31 Aug 2023 23:13:39 +0000 Subject: [PATCH] chore(release): 3.0.0-beta.1 [skip ci] # [3.0.0-beta.1](https://github.com/subtopia-algo/subtopia-js/compare/v2.0.1...v3.0.0-beta.1) (2023-08-31) ### Features * refactoring to support latest iteration of contracts ([#18](https://github.com/subtopia-algo/subtopia-js/issues/18)) ([452f2db](https://github.com/subtopia-algo/subtopia-js/commit/452f2dbf2c598dafa017f5eb88098799d4f760b2)) ### BREAKING CHANGES * new interface * chore: testing ci --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffccd4a..abde468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [3.0.0-beta.1](https://github.com/subtopia-algo/subtopia-js/compare/v2.0.1...v3.0.0-beta.1) (2023-08-31) + + +### Features + +* refactoring to support latest iteration of contracts ([#18](https://github.com/subtopia-algo/subtopia-js/issues/18)) ([452f2db](https://github.com/subtopia-algo/subtopia-js/commit/452f2dbf2c598dafa017f5eb88098799d4f760b2)) + + +### BREAKING CHANGES + +* new interface + +* chore: testing ci + ## [2.0.1](https://github.com/subtopia-algo/subtopia-js/compare/v2.0.0...v2.0.1) (2023-05-14) ### Bug Fixes diff --git a/package.json b/package.json index 71eb9e0..412cec0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "subtopia-js", - "version": "2.0.1", + "version": "3.0.0-beta.1", "description": "Subtopia SDK for JavaScript", "main": "dist/index.cjs.js", "module": "dist/index.es.js",