Skip to content

Commit

Permalink
🚀 release: 2.1.4 (#18)
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 committed Apr 23, 2024
1 parent 8da3e57 commit a3d4708
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 2.1.4 (2024-04-23)
### 🔀 Pull Requests

- [Fix api import return type #19](https://github.com/localazy/api-client/pull/19)
- [FIX - API Import Return Type #17](https://github.com/localazy/api-client/pull/17)

### 🐛 Bug Fixes

- `api.import.json` return type ([8da3e57](https://github.com/localazy/api-client/commit/8da3e57)) ([#19](https://github.com/localazy/api-client/pull/19))
- `api.import.json` return type ([10ec450](https://github.com/localazy/api-client/commit/10ec450)) ([#17](https://github.com/localazy/api-client/pull/17))

### 🧰 Other Commits

- prettier ignore `CHANGELOG.md` ([8da3e57](https://github.com/localazy/api-client/commit/8da3e57)) ([#19](https://github.com/localazy/api-client/pull/19))
- use `ReturnType` ([8da3e57](https://github.com/localazy/api-client/commit/8da3e57)) ([#19](https://github.com/localazy/api-client/pull/19))
- use `ReturnType` ([10ec450](https://github.com/localazy/api-client/commit/10ec450)) ([#17](https://github.com/localazy/api-client/pull/17))

## 2.1.3 (2024-04-18)

## 2.1.2 (2024-04-18)
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.3",
"version": "2.1.4",
"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 a3d4708

Please sign in to comment.