Skip to content

Commit

Permalink
chore(release): 3.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0-beta.1](v2.0.1...v3.0.0-beta.1) (2023-08-31)

### Features

* refactoring to support latest iteration of contracts ([#18](#18)) ([452f2db](452f2db))

### BREAKING CHANGES

* new interface

* chore: testing ci
  • Loading branch information
semantic-release-bot committed Aug 31, 2023
1 parent 79b5a12 commit 214f4ed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 214f4ed

Please sign in to comment.