Skip to content

Commit a3d4708

Browse files
🚀 release: 2.1.4 (#18)
Co-authored-by: david-vaclavek <[email protected]>
1 parent 8da3e57 commit a3d4708

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 2.1.4 (2024-04-23)
2+
### 🔀 Pull Requests
3+
4+
- [Fix api import return type #19](https://github.com/localazy/api-client/pull/19)
5+
- [FIX - API Import Return Type #17](https://github.com/localazy/api-client/pull/17)
6+
7+
### 🐛 Bug Fixes
8+
9+
- `api.import.json` return type ([8da3e57](https://github.com/localazy/api-client/commit/8da3e57)) ([#19](https://github.com/localazy/api-client/pull/19))
10+
- `api.import.json` return type ([10ec450](https://github.com/localazy/api-client/commit/10ec450)) ([#17](https://github.com/localazy/api-client/pull/17))
11+
12+
### 🧰 Other Commits
13+
14+
- prettier ignore `CHANGELOG.md` ([8da3e57](https://github.com/localazy/api-client/commit/8da3e57)) ([#19](https://github.com/localazy/api-client/pull/19))
15+
- use `ReturnType` ([8da3e57](https://github.com/localazy/api-client/commit/8da3e57)) ([#19](https://github.com/localazy/api-client/pull/19))
16+
- use `ReturnType` ([10ec450](https://github.com/localazy/api-client/commit/10ec450)) ([#17](https://github.com/localazy/api-client/pull/17))
17+
118
## 2.1.3 (2024-04-18)
219

320
## 2.1.2 (2024-04-18)

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.3",
3+
"version": "2.1.4",
44
"description": "Node.js module that allows you to easily interact with the Localazy API.",
55
"author": "Localazy <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)