diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ba4377..5c2ecea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 2.1.4 (2024-04-23) +### 🔀 Pull Requests + +- [Fix api import return type #19](https://github.com/localazy/api-client/pull/19) +- [FIX - API Import Return Type #17](https://github.com/localazy/api-client/pull/17) + +### 🐛 Bug Fixes + +- `api.import.json` return type ([8da3e57](https://github.com/localazy/api-client/commit/8da3e57)) ([#19](https://github.com/localazy/api-client/pull/19)) +- `api.import.json` return type ([10ec450](https://github.com/localazy/api-client/commit/10ec450)) ([#17](https://github.com/localazy/api-client/pull/17)) + +### 🧰 Other Commits + +- prettier ignore `CHANGELOG.md` ([8da3e57](https://github.com/localazy/api-client/commit/8da3e57)) ([#19](https://github.com/localazy/api-client/pull/19)) +- use `ReturnType` ([8da3e57](https://github.com/localazy/api-client/commit/8da3e57)) ([#19](https://github.com/localazy/api-client/pull/19)) +- use `ReturnType` ([10ec450](https://github.com/localazy/api-client/commit/10ec450)) ([#17](https://github.com/localazy/api-client/pull/17)) + ## 2.1.3 (2024-04-18) ## 2.1.2 (2024-04-18) diff --git a/package-lock.json b/package-lock.json index d08a396..0ab8006 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@localazy/api-client", - "version": "2.1.3", + "version": "2.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@localazy/api-client", - "version": "2.1.3", + "version": "2.1.4", "license": "MIT", "dependencies": { "@localazy/languages": "^0.1.6", diff --git a/package.json b/package.json index 7419bc3..b8d73ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@localazy/api-client", - "version": "2.1.3", + "version": "2.1.4", "description": "Node.js module that allows you to easily interact with the Localazy API.", "author": "Localazy ", "license": "MIT",