Release 4.1.2

Fixing messed up 4.1.1 release.

Signed-off-by: David Dashyan <mail@davie.li>
This commit is contained in:
David Dashyan 2020-03-11 21:39:16 +03:00
parent ea572804e3
commit 34233584e1
No known key found for this signature in database
GPG Key ID: 5D619778FD611992
3 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View File

@ -12,6 +12,7 @@
.vscode
.env
.genv
node_modules
dist

View File

@ -12,6 +12,7 @@
.vscode
.env
.genv
node_modules
package-lock.json

View File

@ -1,6 +1,6 @@
{
"name": "bigchaindb-driver",
"version": "4.1.1",
"version": "4.1.2",
"description": "Node.js driver for BigchainDB",
"homepage": "https://www.bigchaindb.com/",
"bugs": "https://github.com/bigchaindb/js-bigchaindb-driver/issues",
@ -52,13 +52,13 @@
"babel-runtime": "^6.26.0",
"cross-env": "^5.2.0",
"documentation": "^10.1.0",
"eslint": "^5.0.1",
"eslint": "^5.16.0",
"eslint-config-ascribe": "^3.0.5",
"eslint-plugin-import": "^2.13.0",
"husky": "^2.1.0",
"lint-staged": "^8.0.0",
"nyc": "^14.0.0",
"release-it": "^12.2.0",
"release-it": "^12.6.3",
"rimraf": "^2.6.2",
"sinon": "^7.3.2",
"webpack": "^4.28.4",