Skip to content

Commit 69559f1

Browse files
committed
🚀 release: 1.5.7
1 parent e661edd commit 69559f1

File tree

9 files changed

+51
-33
lines changed

9 files changed

+51
-33
lines changed

.badges.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"fileName": "version.svg",
66
"label": "npm",
7-
"status": "1.5.6",
7+
"status": "1.5.7",
88
"icon": "npm"
99
},
1010
{
@@ -16,7 +16,7 @@
1616
{
1717
"fileName": "size.svg",
1818
"label": "minzipped size",
19-
"status": "3546",
19+
"status": "3364",
2020
"icon": "speed",
2121
"color": "43b816"
2222
},

.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: 8 additions & 8 deletions
Loading

.github/badges/version.svg

Lines changed: 8 additions & 8 deletions
Loading

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 1.5.7 (2025-08-28)
2+
### 🔀 Pull Requests
3+
4+
- [Enforce code quality standards and update dependencies #25](https://github.com/localazy/cdn-client/pull/25)
5+
6+
### 🧰 Other Commits
7+
8+
- **dependencies:** Update development dependencies and enforce `.js` extensions in imports ([e661edd](https://github.com/localazy/cdn-client/commit/e661edd)) ([#25](https://github.com/localazy/cdn-client/pull/25))
9+
- **dependencies:** Upgrade development dependencies ([e661edd](https://github.com/localazy/cdn-client/commit/e661edd)) ([#25](https://github.com/localazy/cdn-client/pull/25))
10+
- **prettier:** Fix code formatting ([e661edd](https://github.com/localazy/cdn-client/commit/e661edd)) ([#25](https://github.com/localazy/cdn-client/pull/25))
11+
- Add Node.js test matrix script and update workflows ([e661edd](https://github.com/localazy/cdn-client/commit/e661edd)) ([#25](https://github.com/localazy/cdn-client/pull/25))
12+
- Enforce `.js` extensions in imports and update ESLint config for path alias and extension rules ([e661edd](https://github.com/localazy/cdn-client/commit/e661edd)) ([#25](https://github.com/localazy/cdn-client/pull/25))
13+
- Replace imports with type-only imports, add `assertNotNull` utility, and adjust related files ([e661edd](https://github.com/localazy/cdn-client/commit/e661edd)) ([#25](https://github.com/localazy/cdn-client/pull/25))
14+
115
## 1.5.6 (2025-08-08)
216

317
### 🧰 Other Commits

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@localazy/cdn-client",
3-
"version": "1.5.6",
3+
"version": "1.5.7",
44
"description": "Node.js module that allows you to easily interact with the Localazy CDN.",
55
"keywords": [
66
"Localazy",
@@ -93,6 +93,7 @@
9393
"vite-plugin-dts": "^4.5.4",
9494
"vitest": "^3.2.4"
9595
},
96+
"packageManager": "[email protected]",
9697
"engines": {
9798
"node": ">=20"
9899
}

0 commit comments

Comments
 (0)