diff --git a/CHANGELOG.md b/CHANGELOG.md index 70af479..3827612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 2.1.7 (2025-04-18) +### 🔀 Pull Requests + +- [Update prettier config #26](https://github.com/localazy/api-client/pull/26) +- [Update deps #24](https://github.com/localazy/api-client/pull/24) + +### 🧰 Other Commits + +- Update prettier config ([910a086](https://github.com/localazy/api-client/commit/910a086)) ([#26](https://github.com/localazy/api-client/pull/26)) +- Fix audit ([b600b4d](https://github.com/localazy/api-client/commit/b600b4d)) ([#24](https://github.com/localazy/api-client/pull/24)) +- Fix lint ([b600b4d](https://github.com/localazy/api-client/commit/b600b4d)) ([#24](https://github.com/localazy/api-client/pull/24)) +- Fix prettier ([b600b4d](https://github.com/localazy/api-client/commit/b600b4d)) ([#24](https://github.com/localazy/api-client/pull/24)) +- Fix typecheck ([b600b4d](https://github.com/localazy/api-client/commit/b600b4d)) ([#24](https://github.com/localazy/api-client/pull/24)) +- Update CI ([b600b4d](https://github.com/localazy/api-client/commit/b600b4d)) ([#24](https://github.com/localazy/api-client/pull/24)) +- Update deps ([b600b4d](https://github.com/localazy/api-client/commit/b600b4d)) ([#24](https://github.com/localazy/api-client/pull/24)) +- Update fetch-mock ([b600b4d](https://github.com/localazy/api-client/commit/b600b4d)) ([#24](https://github.com/localazy/api-client/pull/24)) +- Update tsconfig ([b600b4d](https://github.com/localazy/api-client/commit/b600b4d)) ([#24](https://github.com/localazy/api-client/pull/24)) + ## 2.1.6 (2024-07-16) ### 🔀 Pull Requests diff --git a/package-lock.json b/package-lock.json index 296d6d2..67ee23d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@localazy/api-client", - "version": "2.1.6", + "version": "2.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@localazy/api-client", - "version": "2.1.6", + "version": "2.1.7", "license": "MIT", "dependencies": { "@localazy/languages": "^0.1.6", @@ -3541,6 +3541,13 @@ "dev": true, "license": "MIT" }, + "node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" + }, "node_modules/magic-string": { "version": "0.30.17", "dev": true, @@ -5038,11 +5045,6 @@ "@pkgjs/parseargs": "^0.11.0" } }, - "node_modules/test-exclude/node_modules/lru-cache": { - "version": "10.4.3", - "dev": true, - "license": "ISC" - }, "node_modules/test-exclude/node_modules/path-scurry": { "version": "1.11.1", "dev": true, diff --git a/package.json b/package.json index 8fe8646..5fb7369 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@localazy/api-client", - "version": "2.1.6", + "version": "2.1.7", "description": "Node.js module that allows you to easily interact with the Localazy API.", "keywords": [ "Localazy",