Skip to content

Commit f13c786

Browse files
🚀 release: 2.1.7 (#25)
Co-authored-by: honzabubenik <[email protected]>
1 parent 910a086 commit f13c786

File tree

3 files changed

+28
-8
lines changed

3 files changed

+28
-8
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 2.1.7 (2025-04-18)
2+
### 🔀 Pull Requests
3+
4+
- [Update prettier config #26](https://github.com/localazy/api-client/pull/26)
5+
- [Update deps #24](https://github.com/localazy/api-client/pull/24)
6+
7+
### 🧰 Other Commits
8+
9+
- Update prettier config ([910a086](https://github.com/localazy/api-client/commit/910a086)) ([#26](https://github.com/localazy/api-client/pull/26))
10+
- Fix audit ([b600b4d](https://github.com/localazy/api-client/commit/b600b4d)) ([#24](https://github.com/localazy/api-client/pull/24))
11+
- Fix lint ([b600b4d](https://github.com/localazy/api-client/commit/b600b4d)) ([#24](https://github.com/localazy/api-client/pull/24))
12+
- Fix prettier ([b600b4d](https://github.com/localazy/api-client/commit/b600b4d)) ([#24](https://github.com/localazy/api-client/pull/24))
13+
- Fix typecheck ([b600b4d](https://github.com/localazy/api-client/commit/b600b4d)) ([#24](https://github.com/localazy/api-client/pull/24))
14+
- Update CI ([b600b4d](https://github.com/localazy/api-client/commit/b600b4d)) ([#24](https://github.com/localazy/api-client/pull/24))
15+
- Update deps ([b600b4d](https://github.com/localazy/api-client/commit/b600b4d)) ([#24](https://github.com/localazy/api-client/pull/24))
16+
- Update fetch-mock ([b600b4d](https://github.com/localazy/api-client/commit/b600b4d)) ([#24](https://github.com/localazy/api-client/pull/24))
17+
- Update tsconfig ([b600b4d](https://github.com/localazy/api-client/commit/b600b4d)) ([#24](https://github.com/localazy/api-client/pull/24))
18+
119
## 2.1.6 (2024-07-16)
220
### 🔀 Pull Requests
321

package-lock.json

Lines changed: 9 additions & 7 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.6",
3+
"version": "2.1.7",
44
"description": "Node.js module that allows you to easily interact with the Localazy API.",
55
"keywords": [
66
"Localazy",

0 commit comments

Comments
 (0)