We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84bbd46 commit 0960a5aCopy full SHA for 0960a5a
.gitignore
@@ -8,6 +8,7 @@
8
*.sublime-project
9
*.sublime-workspace
10
11
+.DS_Store
12
13
.env
14
.npmignore
@@ -0,0 +1,22 @@
1
+*.seed
2
+*.log
3
+*.dat
4
+*.out
5
+*.pid
6
+*.gz
7
+.idea
+*.sublime-project
+*.sublime-workspace
+
+.env
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,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",
0 commit comments