diff --git a/package-lock.json b/package-lock.json index e430c6c..689d08e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "make-service", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "make-service", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "devDependencies": { "@typescript-eslint/eslint-plugin": "^6.3.0", diff --git a/package.json b/package.json index 491ebdb..9baa329 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "make-service", - "version": "2.1.1", + "version": "2.1.2", "description": "Some utilities to extend the 'fetch' API to better interact with external APIs.", "main": "./dist/index.js", "module": "./dist/index.mjs",