Release 3.1.1

This commit is contained in:
Jernej Pregelj 2017-11-27 17:07:34 +01:00
parent 84bbd46d01
commit 0960a5adb4
3 changed files with 24 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@
*.sublime-project
*.sublime-workspace
*.sublime-workspace
.DS_Store
.env

View File

@ -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/

View File

@ -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",