Skip to content

Commit

Permalink
🚀 release: 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
honzabubenik committed Mar 18, 2024
1 parent 1fd6ac2 commit f7b8546
Show file tree
Hide file tree
Showing 9 changed files with 130 additions and 6 deletions.
6 changes: 3 additions & 3 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.5,
"status": "99.68",
"icon": "vitest"
},
{
"fileName": "size.svg",
"label": "minzipped size",
"status": "3.53 kB",
"status": "3524",
"icon": "speed",
"color": "43b816"
},
Expand All @@ -31,4 +31,4 @@
"status": "MIT"
}
]
}
}
20 changes: 20 additions & 0 deletions .github/badges/coverage.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions .github/badges/license.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions .github/badges/maintainer.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions .github/badges/npm.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions .github/badges/size.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# 1.5.0 (2024-03-18)



### ✨ Features

* Add package version to the CdnClient class ([1a90771](https://github.com/localazy/cdn-client/commit/1a90771))


### 📚 Documentation

* Update README.md and add badges ([1fd6ac2](https://github.com/localazy/cdn-client/commit/1fd6ac2))


### 🧰 Other Commits

* Add prettier ([91d4c12](https://github.com/localazy/cdn-client/commit/91d4c12))
* Delete unused type ([7a9c488](https://github.com/localazy/cdn-client/commit/7a9c488))
* Reformat with prettier ([8aa5725](https://github.com/localazy/cdn-client/commit/8aa5725))
* Remove fetch polyfill ([5d60c36](https://github.com/localazy/cdn-client/commit/5d60c36))
* Split CSS file into theme and custom styles, update hero claim ([ccd264a](https://github.com/localazy/cdn-client/commit/ccd264a))
* Update deps ([80342a8](https://github.com/localazy/cdn-client/commit/80342a8))
* Update terser plugin ([bd953d9](https://github.com/localazy/cdn-client/commit/bd953d9))

## 1.4.1 (2024-03-15)

### 🐛 Bug Fixes
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.4.1",
"version": "1.5.0",
"description": "Node.js module that allows you to easily interact with the Localazy CDN.",
"author": "Localazy <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit f7b8546

Please sign in to comment.