@@ -5,13 +5,21 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## v2.62.0-beta.3
9
+
10
+ ### Added
11
+
12
+ - Support for browser and CDN distribution by generating UMD build files. by @ivaylonikolov7 in #2980
13
+ - UMD files are output to the ` dist/ ` directory during the build process.
14
+ - These files can be served via [ unpkg.com] ( https://www.unpkg.com/ ) for easy integration in browser environments without a bundler.
15
+
8
16
## v2.62.0-beta.2
9
17
10
- - fix: remove circular dependancy in dependencies by @ivaylonikolov7 in https://github.com/hiero-ledger/hiero-sdk-js/pull/2985
11
- - chore: bump elliptic peer dep by @venilinvasilev in https://github.com/hiero-ledger/hiero-sdk-js/pull/2976
12
- - refactor: remove account creation in integration tests by @venilinvasilev in https://github.com/hiero-ledger/hiero-sdk-js/pull/2970
13
- - chore: bump elliptic version by @venilinvasilev in https://github.com/hiero-ledger/hiero-sdk-js/pull/2977
14
- - chore: regenerate lock file for tck by @venilinvasilev in https://github.com/hiero-ledger/hiero-sdk-js/pull/2978
18
+ - fix: remove circular dependancy in dependencies by @ivaylonikolov7 in https://github.com/hiero-ledger/hiero-sdk-js/pull/2985
19
+ - chore: bump elliptic peer dep by @venilinvasilev in https://github.com/hiero-ledger/hiero-sdk-js/pull/2976
20
+ - refactor: remove account creation in integration tests by @venilinvasilev in https://github.com/hiero-ledger/hiero-sdk-js/pull/2970
21
+ - chore: bump elliptic version by @venilinvasilev in https://github.com/hiero-ledger/hiero-sdk-js/pull/2977
22
+ - chore: regenerate lock file for tck by @venilinvasilev in https://github.com/hiero-ledger/hiero-sdk-js/pull/2978
15
23
16
24
## v2.62.0-beta.1
17
25
@@ -23,10 +31,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
31
- feat: manual update client address book by @venilinvasilev in https://github.com/hiero-ledger/hiero-sdk-js/pull/2928
24
32
- docs: add some comments about the toSolidityAddress function by @Neurone in https://github.com/hiero-ledger/hiero-sdk-js/pull/2220
25
33
- docs: add note in documentation when running examples by @ivaylonikolov7 in https://github.com/hiero-ledger/hiero-sdk-js/pull/2962
26
- - chore(deps): bump @babel/runtime in /examples/react-native-example by @dependabot in
27
- https://github.com/hiero-ledger/hiero-sdk-js/pull/2947
28
- - chore(deps): bump @babel/helpers in /examples/react-native-example by @dependabot in
29
- https://github.com/hiero-ledger/hiero-sdk-js/pull/2949
34
+ - chore(deps): bump @babel/runtime in /examples/react-native-example by @dependabot in
35
+ https://github.com/hiero-ledger/hiero-sdk-js/pull/2947
36
+ - chore(deps): bump @babel/helpers in /examples/react-native-example by @dependabot in
37
+ https://github.com/hiero-ledger/hiero-sdk-js/pull/2949
30
38
- chore(deps): bump @babel/helpers from 7.26.0 to 7.26.10 by @dependabot in https://github.com/hiero-ledger/hiero-sdk-js/pull/2948
31
39
- chore(deps): bump axios from 1.7.9 to 1.8.2 in /examples by @dependabot in https://github.com/hiero-ledger/hiero-sdk-js/pull/2942
32
40
- chore(deps): bump @babel/helpers by @dependabot in https://github.com/hiero-ledger/hiero-sdk-js/pull/2951
0 commit comments