diff --git a/package-lock.json b/package-lock.json index 01c39b8..5865e41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pgfaker", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pgfaker", - "version": "2.1.0", + "version": "2.1.1", "license": "ISC", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 4a05f91..53731ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pgfaker", - "version": "2.1.0", + "version": "2.1.1", "description": "Tool for dumping/exporting your postgres database's table data with custom masking rules.", "main": "./lib/src/index.js", "type": "module",