diff --git a/package-lock.json b/package-lock.json index 2493a65..b94692e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "lowdb", - "version": "2.0.3", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "2.0.3", + "version": "2.1.0", "license": "Parity-7.0.0 AND MIT WITH Patron-1.0.0", "dependencies": { "steno": "^1.0.0" diff --git a/package.json b/package.json index d3c63e5..aa308a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lowdb", - "version": "2.0.3", + "version": "2.1.0", "description": "Tiny local JSON database for Node, Electron and the browser", "type": "module", "exports": "./lib/index.js",