diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bb37dc..70af479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 2.1.6 (2024-07-16) +### 🔀 Pull Requests + +- [LOC-1114 - Figma Fixes and Improvements #22](https://github.com/localazy/api-client/pull/22) + +### ✨ Features + +- **Import:** add upload status endpoint ([7335902](https://github.com/localazy/api-client/commit/7335902)) ([#22](https://github.com/localazy/api-client/pull/22)) +- **Key:** add deprecate endpoint ([7335902](https://github.com/localazy/api-client/commit/7335902)) ([#22](https://github.com/localazy/api-client/pull/22)) + +### 🐛 Bug Fixes + +- **screenshots:** fix `addMetadata` and `removeMetadata` params casing ([7335902](https://github.com/localazy/api-client/commit/7335902)) ([#22](https://github.com/localazy/api-client/pull/22)) +- (screenshots): fix `removeMetadata` data type ([7335902](https://github.com/localazy/api-client/commit/7335902)) ([#22](https://github.com/localazy/api-client/pull/22)) + +### 🧰 Other Commits + +- fix ([7335902](https://github.com/localazy/api-client/commit/7335902)) ([#22](https://github.com/localazy/api-client/pull/22)) + ## 2.1.5 (2024-04-23) ### 🔀 Pull Requests diff --git a/package-lock.json b/package-lock.json index e5bef93..5308d86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@localazy/api-client", - "version": "2.1.5", + "version": "2.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@localazy/api-client", - "version": "2.1.5", + "version": "2.1.6", "license": "MIT", "dependencies": { "@localazy/languages": "^0.1.6", diff --git a/package.json b/package.json index e7debed..07585fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@localazy/api-client", - "version": "2.1.5", + "version": "2.1.6", "description": "Node.js module that allows you to easily interact with the Localazy API.", "author": "Localazy ", "license": "MIT",