Skip to content

Commit 1ae3dc1

Browse files
committed
🚀 release: 2.1.9
1 parent 27cde8d commit 1ae3dc1

File tree

9 files changed

+55
-39
lines changed

9 files changed

+55
-39
lines changed

.badges.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"fileName": "version.svg",
66
"label": "npm",
7-
"status": "2.1.8",
7+
"status": "2.1.9",
88
"icon": "npm"
99
},
1010
{

.github/badges/coverage.svg

Lines changed: 9 additions & 9 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: 9 additions & 9 deletions
Loading

.github/badges/version.svg

Lines changed: 8 additions & 8 deletions
Loading

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 2.1.9 (2025-08-08)
2+
3+
### 🐛 Bug Fixes
4+
5+
- **api-export:** Fix handling of nested object keys in API export ([927cc54](https://github.com/localazy/api-client/commit/927cc54))
6+
7+
### 📚 Documentation
8+
9+
- **api-client:** Add Conventional Commit badges to README ([27cde8d](https://github.com/localazy/api-client/commit/27cde8d))
10+
11+
### 🧰 Other Commits
12+
13+
- **dependencies:** Update dependencies ([bf908c3](https://github.com/localazy/api-client/commit/bf908c3))
14+
- update test command to run in package.json ([554983d](https://github.com/localazy/api-client/commit/554983d))
15+
116
## 2.1.8 (2025-05-21)
217
### 🔀 Pull Requests
318

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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@localazy/api-client",
3-
"version": "2.1.8",
3+
"version": "2.1.9",
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",
@@ -94,5 +94,6 @@
9494
"vite-plugin-dts": "^4.5.4",
9595
"vite-plugin-node-polyfills": "^0.23.0",
9696
"vitest": "^3.2.4"
97-
}
97+
},
98+
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
9899
}

0 commit comments

Comments
 (0)