diff --git a/package-lock.json b/package-lock.json index 5b2062a24..3d61aa3c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "json-server", - "version": "0.16.4", + "version": "0.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.16.4", + "version": "0.17.0", "license": "MIT", "dependencies": { "body-parser": "^1.19.0", diff --git a/package.json b/package.json index 8cb838ea5..3db9200d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-server", - "version": "0.16.4", + "version": "0.17.0", "description": "Get a full fake REST API with zero coding in less than 30 seconds", "main": "./lib/server/index.js", "bin": "./lib/cli/bin.js",