Skip to content

Commit 0960a5a

Browse files
committed
Release 3.1.1
1 parent 84bbd46 commit 0960a5a

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*.sublime-project
99
*.sublime-workspace
1010
*.sublime-workspace
11+
.DS_Store
1112

1213
.env
1314

.npmignore

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
*.seed
2+
*.log
3+
*.dat
4+
*.out
5+
*.pid
6+
*.gz
7+
.idea
8+
*.sublime-project
9+
*.sublime-workspace
10+
*.sublime-workspace
11+
.DS_Store
12+
13+
.env
14+
15+
node_modules
16+
package-lock.json
17+
coverage
18+
coverage.lcov
19+
.nyc_output
20+
yarn.lock
21+
22+
docs/build/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bigchaindb-driver",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Node.js driver for BigchainDB",
55
"homepage": "https://www.bigchaindb.com/",
66
"bugs": "https://github.com/bigchaindb/js-bigchaindb-driver/issues",

0 commit comments

Comments
 (0)