Skip to content

Commit

Permalink
chore(release): 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
louzhixian committed Jun 15, 2020
1 parent 855f282 commit 0eb42ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

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.

### 0.1.1 (2020-06-15)


### Features

* **models:** add more methods to CKBModel ([0c0669a](https://github.com/lay2dev/ckb-pw-core/commit/0c0669a15fd41027c943fd6caae0b7d1b89d7065))
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckb-pw-core",
"version": "1.0.0",
"version": "0.1.1",
"description": "the javascript sdk of pw-sdk",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down Expand Up @@ -51,8 +51,6 @@
"node": ">=8.9"
},
"dependencies": {
"@ckb-lumos/common-scripts": "^0.2.4",
"@ckb-lumos/helpers": "^0.2.4",
"@ckb-lumos/types": "^0.2.4",
"@nervosnetwork/ckb-sdk-utils": "^0.32.0",
"bech32": "^1.1.4",
Expand Down

0 comments on commit 0eb42ef

Please sign in to comment.