Skip to content

Commit 96c1712

Browse files
🚀 release: 2.1.17 (#50)
Co-authored-by: david-vaclavek <49518842+david-vaclavek@users.noreply.github.com>
1 parent a7982de commit 96c1712

9 files changed

Lines changed: 49 additions & 38 deletions

File tree

.badges.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
{
55
"fileName": "version.svg",
66
"label": "npm",
7-
"status": "2.1.16",
7+
"status": "2.1.17",
88
"icon": "npm"
99
},
1010
{
1111
"fileName": "coverage.svg",
1212
"label": "coverage",
13-
"status": "93.85",
13+
"status": "93.89",
1414
"icon": "vitest"
1515
},
1616
{
1717
"fileName": "size.svg",
1818
"label": "minzipped size",
19-
"status": "19907",
19+
"status": "19924",
2020
"icon": "speed",
2121
"color": "43b816"
2222
},

.github/badges/coverage.svg

Lines changed: 8 additions & 8 deletions
Loading

.github/badges/license.svg

Lines changed: 4 additions & 4 deletions
Loading

.github/badges/maintainer.svg

Lines changed: 4 additions & 4 deletions
Loading

.github/badges/size.svg

Lines changed: 8 additions & 8 deletions
Loading

.github/badges/version.svg

Lines changed: 8 additions & 8 deletions
Loading

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.1.17 (2026-03-24)
2+
### 🔀 Pull Requests
3+
4+
- [Resolve lint errors blocking release #49](https://github.com/localazy/api-client/pull/49)
5+
- [Handle negative Kotlin Long event values in listKeysSinceEvent #48](https://github.com/localazy/api-client/pull/48)
6+
7+
### 🐛 Bug Fixes
8+
9+
- Resolve lint errors blocking release ([a7982de](https://github.com/localazy/api-client/commit/a7982de)) ([#49](https://github.com/localazy/api-client/pull/49))
10+
- Handle negative Kotlin Long event values in listKeysSinceEvent ([42d1d12](https://github.com/localazy/api-client/commit/42d1d12)) ([#48](https://github.com/localazy/api-client/pull/48))
11+
112
## 2.1.16 (2026-03-23)
213

314
## 2.1.15 (2026-03-09)

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.16",
3+
"version": "2.1.17",
44
"description": "Official Node.js client for the Localazy API, providing a simple and type-safe way to integrate localization features into your JavaScript and TypeScript projects.",
55
"keywords": [
66
"Localazy",

0 commit comments

Comments
 (0)