Skip to content

Commit

Permalink
V1.0.3 (#53)
Browse files Browse the repository at this point in the history
* Update readme and changelog for 1.0.3
  • Loading branch information
kth-tw authored Jan 24, 2022
1 parent ff21dd7 commit 3d2302c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

All notable changes to BDK project will be documented here.

## [1.0.3][1.0.3] - 2022-01-24

### new

- Discover for `bdk chaincode approve`, `bdk chaincode commit`, and `bdk chaincode invoke` #48

### fixed

- ICA expiry time #41
- approve and update don't use arrow function #45

## [1.0.2][1.0.2] - 2022-01-03

### new
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ bdk network create -i

| Latest | Stable |
|-------------------|-------------------|
| [v1.0.2][v1.0.2] | [v1.0.2][v1.0.2] |
| [v1.0.3][v1.0.3] | [v1.0.3][v1.0.3] |

[v1.0.2]: https://github.com/cathayddt/bdk/releases/tag/v1.0.2
[v1.0.3]: https://github.com/cathayddt/bdk/releases/tag/v1.0.3

[更新內容 (Changelog)](CHANGELOG.md)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cathayddt/bdk",
"version": "1.0.2",
"version": "1.0.3",
"description": "Blockchain Deploy Kit",
"homepage": "https://github.com/cathayddt/bdk#readme",
"bugs": {
Expand Down

0 comments on commit 3d2302c

Please sign in to comment.