From bfab229bfc363b09aaa6d0c77cbf5186504445ea Mon Sep 17 00:00:00 2001 From: honzabubenik <138865634+honzabubenik@users.noreply.github.com> Date: Thu, 22 May 2025 00:43:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20release:=202.1.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 8 +++++--- package.json | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3827612..12c6617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.1.8 (2025-05-21) +### 🔀 Pull Requests + +- [Update deps #27](https://github.com/localazy/api-client/pull/27) + +### 🧰 Other Commits + +- Update deps ([6991acf](https://github.com/localazy/api-client/commit/6991acf)) ([#27](https://github.com/localazy/api-client/pull/27)) +- Use pre-push husky hook instead of pre-commit ([6991acf](https://github.com/localazy/api-client/commit/6991acf)) ([#27](https://github.com/localazy/api-client/pull/27)) + ## 2.1.7 (2025-04-18) ### 🔀 Pull Requests diff --git a/package-lock.json b/package-lock.json index 0a00e37..050ebe6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@localazy/api-client", - "version": "2.1.7", + "version": "2.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@localazy/api-client", - "version": "2.1.7", + "version": "2.1.8", "license": "MIT", "dependencies": { "@localazy/languages": "^0.1.6", @@ -66,7 +66,9 @@ } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.25.9", + "version": "7.27.1", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz", + "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index b1bd533..ef70b4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@localazy/api-client", - "version": "2.1.7", + "version": "2.1.8", "description": "Node.js module that allows you to easily interact with the Localazy API.", "keywords": [ "Localazy",