Skip to content

Commit

Permalink
chore: update changelogs about the new address format
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Jul 25, 2019
1 parent 8a79273 commit 9b9d738
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
### Features

* **types:** add a new field named 'hash_type' in types of script and cell output ([2692c0a](https://github.com/nervosnetwork/ckb-sdk-js/commit/2692c0a))
* **utils:** update the address format ([74a5ad8](https://github.com/nervosnetwork/ckb-sdk-js/commit/74a5ad8))


### BREAKING CHANGES

* **types:** types of script and cell output changed
* **utils:** update the address format



Expand Down
10 changes: 9 additions & 1 deletion packages/ckb-sdk-address/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# [0.17.0](https://github.com/nervosnetwork/ckb-sdk-js/compare/v0.16.0...v0.17.0) (2019-07-27)

**Note:** Version bump only for package @nervosnetwork/ckb-sdk-address

### Features

* **utils:** update the address format ([74a5ad8](https://github.com/nervosnetwork/ckb-sdk-js/commit/74a5ad8))


### BREAKING CHANGES

* **utils:** update the address format



Expand Down
10 changes: 9 additions & 1 deletion packages/ckb-sdk-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

# [0.17.0](https://github.com/nervosnetwork/ckb-sdk-js/compare/v0.16.0...v0.17.0) (2019-07-27)

**Note:** Version bump only for package @nervosnetwork/ckb-sdk-core

### Features

* **utils:** update the address format ([74a5ad8](https://github.com/nervosnetwork/ckb-sdk-js/commit/74a5ad8))


### BREAKING CHANGES

* **utils:** update the address format



Expand Down
2 changes: 2 additions & 0 deletions packages/ckb-sdk-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
### Features

* **types:** add a new field named 'hash_type' in types of script and cell output ([2692c0a](https://github.com/nervosnetwork/ckb-sdk-js/commit/2692c0a))
* **utils:** update the address format ([74a5ad8](https://github.com/nervosnetwork/ckb-sdk-js/commit/74a5ad8))


### BREAKING CHANGES

* **types:** types of script and cell output changed
* **utils:** update the address format



Expand Down

0 comments on commit 9b9d738

Please sign in to comment.