Skip to content

Commit ec579b5

Browse files
🚀 release: 1.5.1 (#11)
Co-authored-by: honzabubenik <[email protected]>
1 parent 3106937 commit ec579b5

10 files changed

+61
-34
lines changed

.badges.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
{
1111
"fileName": "coverage.svg",
1212
"label": "coverage",
13-
"status": "99.68",
13+
"status": "100",
1414
"icon": "vitest"
1515
},
1616
{
1717
"fileName": "size.svg",
1818
"label": "minzipped size",
19-
"status": "3524",
19+
"status": "3505",
2020
"icon": "speed",
2121
"color": "43b816"
2222
},

.github/badges/coverage.svg

+9-9
Loading

.github/badges/license.svg

+4-4
Loading

.github/badges/maintainer.svg

+4-4
Loading

.github/badges/npm.svg

+4-4
Loading

.github/badges/size.svg

+8-8
Loading

.prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
tests/fixtures/
22
docs/code-examples/
33
docs/.vitepress/cache/
4+
CHANGELOG.md

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 1.5.1 (2024-05-01)
2+
3+
### 🔀 Pull Requests
4+
5+
- [Change base url #10](https://github.com/localazy/cdn-client/pull/10)
6+
7+
### 🐛 Bug Fixes
8+
9+
- Fix external link icon when link is multiline ([3106937](https://github.com/localazy/cdn-client/commit/3106937)) ([#10](https://github.com/localazy/cdn-client/pull/10))
10+
11+
### 📚 Documentation
12+
13+
- Update vitepress theme, change hero, add headers ([3106937](https://github.com/localazy/cdn-client/commit/3106937)) ([#10](https://github.com/localazy/cdn-client/pull/10))
14+
15+
### 🧪 Tests
16+
17+
- Fix tests coverage ([3106937](https://github.com/localazy/cdn-client/commit/3106937)) ([#10](https://github.com/localazy/cdn-client/pull/10))
18+
19+
### 🧰 Other Commits
20+
21+
- Change base url ([3106937](https://github.com/localazy/cdn-client/commit/3106937)) ([#10](https://github.com/localazy/cdn-client/pull/10))
22+
- Fix prettier ([3106937](https://github.com/localazy/cdn-client/commit/3106937)) ([#10](https://github.com/localazy/cdn-client/pull/10))
23+
- Prettier formatting ([3106937](https://github.com/localazy/cdn-client/commit/3106937)) ([#10](https://github.com/localazy/cdn-client/pull/10))
24+
- Run Prettier in QA workflow ([3106937](https://github.com/localazy/cdn-client/commit/3106937)) ([#10](https://github.com/localazy/cdn-client/pull/10))
25+
- Sync code highlight theme between code and sandpack ([3106937](https://github.com/localazy/cdn-client/commit/3106937)) ([#10](https://github.com/localazy/cdn-client/pull/10))
26+
127
# 1.5.0 (2024-03-18)
228

329
### ✨ Features

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