Skip to content

Commit

Permalink
Release 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jernejpregelj committed Nov 27, 2017
1 parent 84bbd46 commit 0960a5a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*.sublime-project
*.sublime-workspace
*.sublime-workspace
.DS_Store

.env

Expand Down
22 changes: 22 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
*.seed
*.log
*.dat
*.out
*.pid
*.gz
.idea
*.sublime-project
*.sublime-workspace
*.sublime-workspace
.DS_Store

.env

node_modules
package-lock.json
coverage
coverage.lcov
.nyc_output
yarn.lock

docs/build/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bigchaindb-driver",
"version": "3.1.0",
"version": "3.1.1",
"description": "Node.js driver for BigchainDB",
"homepage": "https://www.bigchaindb.com/",
"bugs": "https://github.com/bigchaindb/js-bigchaindb-driver/issues",
Expand Down

0 comments on commit 0960a5a

Please sign in to comment.