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