From 23067cd8a3d402da7b0e4cb9ea399b074af3b560 Mon Sep 17 00:00:00 2001 From: "localazy-ci-auth[bot]" <150278259+localazy-ci-auth[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 14:05:53 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20release:=202.1.1=20(#12)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * πŸš€ release: 2.1.1 * πŸ’„ style: Fix prettier --------- Co-authored-by: david-vaclavek <49518842+david-vaclavek@users.noreply.github.com> Co-authored-by: Honza BubenΓ­k --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b54d77..66f2d6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 2.1.1 (2024-04-18) + +### πŸ”€ Pull Requests + +- [Replace axios with fetch #11](https://github.com/localazy/api-client/pull/11) + +### ✨ Features + +- Replace axios with fetch ([64f7573](https://github.com/localazy/api-client/commit/64f7573)) ([#11](https://github.com/localazy/api-client/pull/11)) + +### πŸ› Bug Fixes + +- Add missing content type header ([64f7573](https://github.com/localazy/api-client/commit/64f7573)) ([#11](https://github.com/localazy/api-client/pull/11)) +- Fix missing query params ([64f7573](https://github.com/localazy/api-client/commit/64f7573)) ([#11](https://github.com/localazy/api-client/pull/11)) + +### πŸ“š Documentation + +- Update README.md ([64f7573](https://github.com/localazy/api-client/commit/64f7573)) ([#11](https://github.com/localazy/api-client/pull/11)) + # 2.1.0 (2024-04-15) ### ✨ Features diff --git a/package-lock.json b/package-lock.json index cd0d03e..3783774 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@localazy/api-client", - "version": "2.1.0", + "version": "2.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@localazy/api-client", - "version": "2.1.0", + "version": "2.1.1", "license": "MIT", "dependencies": { "@localazy/languages": "^0.1.6", diff --git a/package.json b/package.json index 635ffe1..1eef14d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@localazy/api-client", - "version": "2.1.0", + "version": "2.1.1", "description": "Node.js module that allows you to easily interact with the Localazy API.", "author": "Localazy ", "license": "MIT",