Skip to content

Commit 878802c

Browse files
🚀 release: 2.1.10 (#35)
Co-authored-by: honzabubenik <[email protected]>
1 parent 8c41e56 commit 878802c

File tree

9 files changed

+58
-39
lines changed

9 files changed

+58
-39
lines changed

.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.9",
7+
"status": "2.1.10",
88
"icon": "npm"
99
},
1010
{
1111
"fileName": "coverage.svg",
1212
"label": "coverage",
13-
"status": "95.64",
13+
"status": "94.34",
1414
"icon": "vitest"
1515
},
1616
{
1717
"fileName": "size.svg",
1818
"label": "minzipped size",
19-
"status": "20037",
19+
"status": "19943",
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: 9 additions & 9 deletions
Loading

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 2.1.10 (2025-08-28)
2+
### 🔀 Pull Requests
3+
4+
- [Update workflows, dependencies, and code structure for consistency #34](https://github.com/localazy/api-client/pull/34)
5+
6+
### 🧰 Other Commits
7+
8+
- **imports:** Use explicit `.js` extensions in all imports ([8c41e56](https://github.com/localazy/api-client/commit/8c41e56)) ([#34](https://github.com/localazy/api-client/pull/34))
9+
- **prettier:** Fix formatting across the codebase ([8c41e56](https://github.com/localazy/api-client/commit/8c41e56)) ([#34](https://github.com/localazy/api-client/pull/34))
10+
- **scripts:** introduce Node.js test matrix and update workflows ([8c41e56](https://github.com/localazy/api-client/commit/8c41e56)) ([#34](https://github.com/localazy/api-client/pull/34))
11+
- **tests:** Add `assertNotNull` utility for improved null handling ([8c41e56](https://github.com/localazy/api-client/commit/8c41e56)) ([#34](https://github.com/localazy/api-client/pull/34))
12+
- **types:** convert imports to `import type` where applicable ([8c41e56](https://github.com/localazy/api-client/commit/8c41e56)) ([#34](https://github.com/localazy/api-client/pull/34))
13+
- Update CI ([8c41e56](https://github.com/localazy/api-client/commit/8c41e56)) ([#34](https://github.com/localazy/api-client/pull/34))
14+
- update configurations for ESLint, Prettier, and TypeScript ([8c41e56](https://github.com/localazy/api-client/commit/8c41e56)) ([#34](https://github.com/localazy/api-client/pull/34))
15+
- update dependencies ([8c41e56](https://github.com/localazy/api-client/commit/8c41e56)) ([#34](https://github.com/localazy/api-client/pull/34))
16+
117
## 2.1.9 (2025-08-08)
218

319
### 🐛 Bug Fixes

package-lock.json

Lines changed: 5 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.9",
3+
"version": "2.1.10",
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)