Skip to content

Commit cbe445f

Browse files
chore(release): 3.0.0-beta.1 [skip ci]
# [3.0.0-beta.1](v2.0.3-beta.4...v3.0.0-beta.1) (2025-05-19) ### Features * algosdk v3 support ([#77](#77)) ([b4d932f](b4d932f)) ### BREAKING CHANGES * Migrating to algosdk v3. Using dedicated Address type for all address fields instead of string * chore: switch to bun
1 parent b4d932f commit cbe445f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [3.0.0-beta.1](https://github.com/subtopia-algo/subtopia-js-sdk/compare/v2.0.3-beta.4...v3.0.0-beta.1) (2025-05-19)
2+
3+
4+
### Features
5+
6+
* 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))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Migrating to algosdk v3. Using dedicated Address type for all address fields instead of string
12+
13+
* chore: switch to bun
14+
115
## [2.0.3-beta.4](https://github.com/subtopia-algo/subtopia-js-sdk/compare/v2.0.3-beta.3...v2.0.3-beta.4) (2024-11-04)
216

317
## [2.0.3-beta.3](https://github.com/subtopia-algo/subtopia-js-sdk/compare/v2.0.3-beta.2...v2.0.3-beta.3) (2024-10-01)

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

0 commit comments

Comments
 (0)