Skip to content

Commit 7345a3e

Browse files
Merge release back to main to get version increment [no ci]
2 parents ca6e11f + dce9db5 commit 7345a3e

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [3.0.0](https://github.com/subtopia-algo/subtopia-js-sdk/compare/v2.0.2...v3.0.0) (2025-05-19)
2+
3+
4+
### Bug Fixes
5+
6+
* semantic release tagging ([eb12565](https://github.com/subtopia-algo/subtopia-js-sdk/commit/eb12565df8c95fe0db4cf0ef1ccd657d3256230b))
7+
* semantic release tagging ([afe9275](https://github.com/subtopia-algo/subtopia-js-sdk/commit/afe92752d5ba67835b09f09ba38dbe94aa76bde6))
8+
9+
10+
### Features
11+
12+
* algosdk v3 support ([#77](https://github.com/subtopia-algo/subtopia-js-sdk/issues/77)) ([b4d932f](https://github.com/subtopia-algo/subtopia-js-sdk/commit/b4d932fb0a77f295815bdf9a94851b0961d9bf2a))
13+
14+
15+
### BREAKING CHANGES
16+
17+
* Migrating to algosdk v3. Using dedicated Address type for all address fields instead of string
18+
19+
* chore: switch to bun
20+
121
# [3.0.0-beta.4](https://github.com/subtopia-algo/subtopia-js-sdk/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2025-05-19)
222

323
# [3.0.0-beta.3](https://github.com/subtopia-algo/subtopia-js-sdk/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2025-05-19)

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": "3.0.0-beta.4",
3+
"version": "3.0.0",
44
"description": "Subtopia SDK for JavaScript",
55
"license": "SEE LICENSE IN LICENSE.md",
66
"author": "info@subtopia.io",

0 commit comments

Comments
 (0)