diff --git a/package-lock.json b/package-lock.json index 316300c..fc40aaf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dipscope/json-api-entity-provider", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dipscope/json-api-entity-provider", - "version": "2.4.0", + "version": "2.4.1", "license": "Apache-2.0", "dependencies": { "cross-fetch": "^3.1.5", diff --git a/package.json b/package.json index 8252a4f..7bbfdf4 100644 --- a/package.json +++ b/package.json @@ -58,5 +58,5 @@ "test": "jasmine-ts --config=jasmine.json", "lint": "eslint . --ext .ts" }, - "version": "2.4.0" + "version": "2.4.1" }