Skip to content

Commit 6118a8c

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.0...v2.0.0) (2024-01-29) ### Features * refactoring contracts to support latest 'token-based' types ([#39](#39)) ([604becc](604becc)) ### BREAKING CHANGES * Deprecating interface for old contracts, adding a refined and more flexible setup with Token Based subscriptions. * refactor: improving project structure; minor refinements * chore: testing ci
1 parent 4b47ab0 commit 6118a8c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [2.0.0](https://github.com/subtopia-algo/subtopia-js-sdk/compare/v1.1.0...v2.0.0) (2024-01-29)
2+
3+
4+
### Features
5+
6+
* refactoring contracts to support latest 'token-based' types ([#39](https://github.com/subtopia-algo/subtopia-js-sdk/issues/39)) ([604becc](https://github.com/subtopia-algo/subtopia-js-sdk/commit/604beccc4fc2800b4859368aebf3228b6122dd8f))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Deprecating interface for old contracts, adding a refined and more flexible setup with Token Based subscriptions.
12+
13+
* refactor: improving project structure; minor refinements
14+
15+
* chore: testing ci
16+
117
# [2.0.0-beta.4](https://github.com/subtopia-algo/subtopia-js-sdk/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2024-01-21)
218

319
# [2.0.0-beta.3](https://github.com/subtopia-algo/subtopia-js-sdk/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2024-01-21)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "subtopia-js-sdk",
3-
"version": "2.0.0-beta.4",
3+
"version": "2.0.0",
44
"description": "Subtopia SDK for JavaScript",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)