Skip to content

Commit f7b8546

Browse files
committed
🚀 release: 1.5.0
1 parent 1fd6ac2 commit f7b8546

9 files changed

+130
-6
lines changed

.badges.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
{
1111
"fileName": "coverage.svg",
1212
"label": "coverage",
13-
"status": 99.5,
13+
"status": "99.68",
1414
"icon": "vitest"
1515
},
1616
{
1717
"fileName": "size.svg",
1818
"label": "minzipped size",
19-
"status": "3.53 kB",
19+
"status": "3524",
2020
"icon": "speed",
2121
"color": "43b816"
2222
},
@@ -31,4 +31,4 @@
3131
"status": "MIT"
3232
}
3333
]
34-
}
34+
}

.github/badges/coverage.svg

+20
Loading

.github/badges/license.svg

+20
Loading

.github/badges/maintainer.svg

+20
Loading

.github/badges/npm.svg

+20
Loading

.github/badges/size.svg

+20
Loading

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# 1.5.0 (2024-03-18)
2+
3+
4+
5+
### ✨ Features
6+
7+
* Add package version to the CdnClient class ([1a90771](https://github.com/localazy/cdn-client/commit/1a90771))
8+
9+
10+
### 📚 Documentation
11+
12+
* Update README.md and add badges ([1fd6ac2](https://github.com/localazy/cdn-client/commit/1fd6ac2))
13+
14+
15+
### 🧰 Other Commits
16+
17+
* Add prettier ([91d4c12](https://github.com/localazy/cdn-client/commit/91d4c12))
18+
* Delete unused type ([7a9c488](https://github.com/localazy/cdn-client/commit/7a9c488))
19+
* Reformat with prettier ([8aa5725](https://github.com/localazy/cdn-client/commit/8aa5725))
20+
* Remove fetch polyfill ([5d60c36](https://github.com/localazy/cdn-client/commit/5d60c36))
21+
* Split CSS file into theme and custom styles, update hero claim ([ccd264a](https://github.com/localazy/cdn-client/commit/ccd264a))
22+
* Update deps ([80342a8](https://github.com/localazy/cdn-client/commit/80342a8))
23+
* Update terser plugin ([bd953d9](https://github.com/localazy/cdn-client/commit/bd953d9))
24+
125
## 1.4.1 (2024-03-15)
226

327
### 🐛 Bug Fixes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@localazy/cdn-client",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"description": "Node.js module that allows you to easily interact with the Localazy CDN.",
55
"author": "Localazy <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)