Skip to content

Commit 3d2302c

Browse files
authored
V1.0.3 (#53)
* Update readme and changelog for 1.0.3
1 parent ff21dd7 commit 3d2302c

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
All notable changes to BDK project will be documented here.
66

7+
## [1.0.3][1.0.3] - 2022-01-24
8+
9+
### new
10+
11+
- Discover for `bdk chaincode approve`, `bdk chaincode commit`, and `bdk chaincode invoke` #48
12+
13+
### fixed
14+
15+
- ICA expiry time #41
16+
- approve and update don't use arrow function #45
17+
718
## [1.0.2][1.0.2] - 2022-01-03
819

920
### new

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ bdk network create -i
1717

1818
| Latest | Stable |
1919
|-------------------|-------------------|
20-
| [v1.0.2][v1.0.2] | [v1.0.2][v1.0.2] |
20+
| [v1.0.3][v1.0.3] | [v1.0.3][v1.0.3] |
2121

22-
[v1.0.2]: https://github.com/cathayddt/bdk/releases/tag/v1.0.2
22+
[v1.0.3]: https://github.com/cathayddt/bdk/releases/tag/v1.0.3
2323

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cathayddt/bdk",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Blockchain Deploy Kit",
55
"homepage": "https://github.com/cathayddt/bdk#readme",
66
"bugs": {

0 commit comments

Comments
 (0)