Skip to content

Commit

Permalink
update version and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcramer committed Apr 29, 2020
1 parent 3671be2 commit cade784
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,9 @@ Running the unit tests require node.js v8.15+.

# Change Log

### 0.27.2
- Fixed false positive case for MINT validation

### 0.27.1
- Updated for trusted validator
- Specify
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slpjs",
"version": "0.27.1",
"version": "0.27.2",
"description": "Simple Ledger Protocol (SLP) JavaScript Library",
"main": "index.js",
"files": [
Expand Down Expand Up @@ -44,7 +44,7 @@
"mkdirp": "^0.5.5",
"mocha": "^7.1.1",
"nyc": "^15.0.1",
"slp-unit-test-data": "git+https://github.com/simpleledger/slp-unit-test-data.git#b8f55f7d0c93ce2a51eea1eab3f8f201ca0f6187",
"slp-unit-test-data": "git+https://github.com/simpleledger/slp-unit-test-data.git#a450146e112aee4db5a1b33dc978229fdcfb23a4",
"source-map-support": "^0.5.16",
"ts-node": "^7.0.1",
"typescript": "^3.8.3",
Expand Down

0 comments on commit cade784

Please sign in to comment.