Skip to content

Commit 0eb42ef

Browse files
committed
chore(release): 0.1.1
1 parent 855f282 commit 0eb42ef

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
### 0.1.1 (2020-06-15)
6+
7+
8+
### Features
9+
10+
* **models:** add more methods to CKBModel ([0c0669a](https://github.com/lay2dev/ckb-pw-core/commit/0c0669a15fd41027c943fd6caae0b7d1b89d7065))

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ckb-pw-core",
3-
"version": "1.0.0",
3+
"version": "0.1.1",
44
"description": "the javascript sdk of pw-sdk",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",
@@ -51,8 +51,6 @@
5151
"node": ">=8.9"
5252
},
5353
"dependencies": {
54-
"@ckb-lumos/common-scripts": "^0.2.4",
55-
"@ckb-lumos/helpers": "^0.2.4",
5654
"@ckb-lumos/types": "^0.2.4",
5755
"@nervosnetwork/ckb-sdk-utils": "^0.32.0",
5856
"bech32": "^1.1.4",

0 commit comments

Comments
 (0)