Skip to content

Commit f9efe59

Browse files
🚀 release: 2.1.14 (#43)
Co-authored-by: honzabubenik <138865634+honzabubenik@users.noreply.github.com>
1 parent 46b57f1 commit f9efe59

9 files changed

Lines changed: 37 additions & 28 deletions

File tree

.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.13",
7+
"status": "2.1.14",
88
"icon": "npm"
99
},
1010
{

.github/badges/coverage.svg

Lines changed: 4 additions & 4 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: 4 additions & 4 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.14 (2026-02-23)
2+
### 🔀 Pull Requests
3+
4+
- [Fix unplugin-dts as prod dep #42](https://github.com/localazy/api-client/pull/42)
5+
6+
### 🐛 Bug Fixes
7+
8+
- Fix unplugin-dts as prod dep ([46b57f1](https://github.com/localazy/api-client/commit/46b57f1)) ([#42](https://github.com/localazy/api-client/pull/42))
9+
110
## 2.1.13 (2026-02-23)
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.13",
3+
"version": "2.1.14",
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)