Skip to content

Commit e6cccea

Browse files
🚀 release: 2.1.5 (#23)
Co-authored-by: david-vaclavek <49518842+david-vaclavek@users.noreply.github.com>
1 parent 7335902 commit e6cccea

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 2.1.6 (2024-07-16)
2+
### 🔀 Pull Requests
3+
4+
- [LOC-1114 - Figma Fixes and Improvements #22](https://github.com/localazy/api-client/pull/22)
5+
6+
### ✨ Features
7+
8+
- **Import:** add upload status endpoint ([7335902](https://github.com/localazy/api-client/commit/7335902)) ([#22](https://github.com/localazy/api-client/pull/22))
9+
- **Key:** add deprecate endpoint ([7335902](https://github.com/localazy/api-client/commit/7335902)) ([#22](https://github.com/localazy/api-client/pull/22))
10+
11+
### 🐛 Bug Fixes
12+
13+
- **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))
14+
- (screenshots): fix `removeMetadata` data type ([7335902](https://github.com/localazy/api-client/commit/7335902)) ([#22](https://github.com/localazy/api-client/pull/22))
15+
16+
### 🧰 Other Commits
17+
18+
- fix ([7335902](https://github.com/localazy/api-client/commit/7335902)) ([#22](https://github.com/localazy/api-client/pull/22))
19+
120
## 2.1.5 (2024-04-23)
221
### 🔀 Pull Requests
322

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@localazy/api-client",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "Node.js module that allows you to easily interact with the Localazy API.",
55
"author": "Localazy <team@localazy.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)