Skip to content

Commit

Permalink
🚀 release: 1.5.1 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: honzabubenik <138865634+honzabubenik@users.noreply.github.com>
  • Loading branch information
localazy-ci-auth[bot] and honzabubenik authored May 1, 2024
1 parent 3106937 commit ec579b5
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 34 deletions.
4 changes: 2 additions & 2 deletions .badges.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
{
"fileName": "coverage.svg",
"label": "coverage",
"status": "99.68",
"status": "100",
"icon": "vitest"
},
{
"fileName": "size.svg",
"label": "minzipped size",
"status": "3524",
"status": "3505",
"icon": "speed",
"color": "43b816"
},
Expand Down
18 changes: 9 additions & 9 deletions .github/badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions .github/badges/license.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions .github/badges/maintainer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions .github/badges/npm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions .github/badges/size.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
tests/fixtures/
docs/code-examples/
docs/.vitepress/cache/
CHANGELOG.md
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## 1.5.1 (2024-05-01)

### 🔀 Pull Requests

- [Change base url #10](https://github.com/localazy/cdn-client/pull/10)

### 🐛 Bug Fixes

- 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))

### 📚 Documentation

- 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))

### 🧪 Tests

- Fix tests coverage ([3106937](https://github.com/localazy/cdn-client/commit/3106937)) ([#10](https://github.com/localazy/cdn-client/pull/10))

### 🧰 Other Commits

- Change base url ([3106937](https://github.com/localazy/cdn-client/commit/3106937)) ([#10](https://github.com/localazy/cdn-client/pull/10))
- Fix prettier ([3106937](https://github.com/localazy/cdn-client/commit/3106937)) ([#10](https://github.com/localazy/cdn-client/pull/10))
- Prettier formatting ([3106937](https://github.com/localazy/cdn-client/commit/3106937)) ([#10](https://github.com/localazy/cdn-client/pull/10))
- Run Prettier in QA workflow ([3106937](https://github.com/localazy/cdn-client/commit/3106937)) ([#10](https://github.com/localazy/cdn-client/pull/10))
- 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))

# 1.5.0 (2024-03-18)

### ✨ Features
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@localazy/cdn-client",
"version": "1.5.0",
"version": "1.5.1",
"description": "Node.js module that allows you to easily interact with the Localazy CDN.",
"author": "Localazy <team@localazy.com>",
"license": "MIT",
Expand Down

0 comments on commit ec579b5

Please sign in to comment.