From e904428d43458d3f703e22fc684b6c3484a89a48 Mon Sep 17 00:00:00 2001 From: david-vaclavek <49518842+david-vaclavek@users.noreply.github.com> Date: Tue, 23 Apr 2024 15:47:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20release:=202.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c2ecea..1bb37dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 2.1.5 (2024-04-23) +### 🔀 Pull Requests + +- [Fix global already defined #20](https://github.com/localazy/api-client/pull/20) + +### 🐛 Bug Fixes + +- Fix global already defined ([e88fb31](https://github.com/localazy/api-client/commit/e88fb31)) ([#20](https://github.com/localazy/api-client/pull/20)) + ## 2.1.4 (2024-04-23) ### 🔀 Pull Requests diff --git a/package-lock.json b/package-lock.json index 0ab8006..e5bef93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@localazy/api-client", - "version": "2.1.4", + "version": "2.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@localazy/api-client", - "version": "2.1.4", + "version": "2.1.5", "license": "MIT", "dependencies": { "@localazy/languages": "^0.1.6", diff --git a/package.json b/package.json index b8d73ef..e7debed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@localazy/api-client", - "version": "2.1.4", + "version": "2.1.5", "description": "Node.js module that allows you to easily interact with the Localazy API.", "author": "Localazy ", "license": "MIT",