Skip to content

Commit

Permalink
🚀 release: 2.1.5 (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: david-vaclavek <[email protected]>
  • Loading branch information
localazy-ci-auth[bot] and david-vaclavek authored Jul 16, 2024
1 parent 7335902 commit e6cccea
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit e6cccea

Please sign in to comment.