From d7a509574b41ce9ba1f353d9cca966e81f489f43 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 15:41:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20release:=202.1.3=20(#16)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: honzabubenik <138865634+honzabubenik@users.noreply.github.com> --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) 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",