Skip to content

Commit d905763

Browse files
🚀 release: 2.1.12 (#39)
Co-authored-by: honzabubenik <[email protected]>
1 parent 7fbc4d4 commit d905763

File tree

9 files changed

+47
-38
lines changed

9 files changed

+47
-38
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.11",
7+
"status": "2.1.12",
88
"icon": "npm"
99
},
1010
{
1111
"fileName": "coverage.svg",
1212
"label": "coverage",
13-
"status": "94.34",
13+
"status": "93.59",
1414
"icon": "vitest"
1515
},
1616
{
1717
"fileName": "size.svg",
1818
"label": "minzipped size",
19-
"status": "19943",
19+
"status": "19876",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.1.12 (2025-11-06)
2+
### 🔀 Pull Requests
3+
4+
- [update dependencies #38](https://github.com/localazy/api-client/pull/38)
5+
6+
### 🧰 Other Commits
7+
8+
- update dependencies ([7fbc4d4](https://github.com/localazy/api-client/commit/7fbc4d4)) ([#38](https://github.com/localazy/api-client/pull/38))
9+
110
## 2.1.11 (2025-09-10)
211
### 🔀 Pull Requests
312

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.11",
3+
"version": "2.1.12",
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)