Skip to content

Commit

Permalink
update version and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
jcramer committed Aug 13, 2019
1 parent 33632f0 commit bb91583
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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": "slpjs",
"version": "0.21.1",
"version": "0.21.2",
"description": "Simple Ledger Protocol (SLP) JavaScript Library",
"main": "index.js",
"files": [
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,9 @@ Running the unit tests require node.js v8.15+.

# Change Log

### 0.21.2
- Export bitcore

### 0.21.1
- Fix local validator cache for SLPDB (bug should have only impacted SLPDB application performance)
- Updated examples with more validation options
Expand Down

0 comments on commit bb91583

Please sign in to comment.