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",