Skip to content

Commit

Permalink
Merge pull request #638 from ckb-js/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY authored Jul 19, 2024
2 parents 9b94a87 + 13eb341 commit b0e17f6
Show file tree
Hide file tree
Showing 52 changed files with 1,371 additions and 364 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,57 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.109.2](https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.1...v0.109.2) (2024-07-19)


### Features

* enable es module ([be3e757](https://github.com/ckb-js/ckb-sdk-js/commit/be3e757ba71a545e061074e03637778493943445))
* export signWitnesses and calculateTransactionFee ([13c6b3d](https://github.com/ckb-js/ckb-sdk-js/commit/13c6b3def265a6dea39bc735b7267e3eb0355068))





## [0.109.2-alpha.1](https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.2-alpha.0...v0.109.2-alpha.1) (2024-07-18)




### Features

* export signWitnesses and calculateTransactionFee ([13c6b3d](https://github.com/ckb-js/ckb-sdk-js/commit/13c6b3def265a6dea39bc735b7267e3eb0355068))





## [0.109.2-alpha.0](https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.1...v0.109.2-alpha.0) (2024-07-16)


### Features

* enable es module ([#635](https://github.com/ckb-js/ckb-sdk-js/pull/635) & [be3e757](https://github.com/ckb-js/ckb-sdk-js/commit/be3e757ba71a545e061074e03637778493943445))




## [0.109.1](https://github.com/ckb-js/ckb-sdk-js/compare/v0.109.0...v0.109.1) (2024-03-13)


### Bug Fixes

* return empty array if payload of batch request is an empty array ([#616](https://github.com/ckb-js/ckb-sdk-js/issues/616)) ([f649fa6](https://github.com/ckb-js/ckb-sdk-js/commit/f649fa618b20b8dfe70b4547a7356726eee60443))


### Features

* add data2 to script hash_type ([e887c7a](https://github.com/ckb-js/ckb-sdk-js/commit/e887c7a84f61957c3dfa19e4653e302f38daaba4))
* support data2 in address transform ([4c61674](https://github.com/ckb-js/ckb-sdk-js/commit/4c61674c12a96d921a274c922c9490569742dc1d))




# [0.109.1](https://github.com/nervosnetwork/ckb-sdk-js/compare/v0.109.0...v0.109.1) (2024-03-13)

* add data2 to script.hashType ([#629](https://github.com/ckb-js/ckb-sdk-js/pull/629))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.109.1"
"version": "0.109.2"
}
Loading

0 comments on commit b0e17f6

Please sign in to comment.