From a3d4708f1719a1b8768fab842a7a1aa3f63489ba Mon Sep 17 00:00:00 2001 From: "localazy-ci-auth[bot]" <150278259+localazy-ci-auth[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:22:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20release:=202.1.4=20(#18)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: david-vaclavek <49518842+david-vaclavek@users.noreply.github.com> --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) 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",