diff --git a/CHANGELOG.md b/CHANGELOG.md index 66f2d6b..456a943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 2.1.2 (2024-04-18) + ## 2.1.1 (2024-04-18) ### 🔀 Pull Requests diff --git a/package-lock.json b/package-lock.json index 3783774..c0a7b0c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@localazy/api-client", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@localazy/api-client", - "version": "2.1.1", + "version": "2.1.2", "license": "MIT", "dependencies": { "@localazy/languages": "^0.1.6", diff --git a/package.json b/package.json index 1eef14d..23ef8c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@localazy/api-client", - "version": "2.1.1", + "version": "2.1.2", "description": "Node.js module that allows you to easily interact with the Localazy API.", "author": "Localazy ", "license": "MIT",