-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,26 @@ | ||
# Changelog | ||
|
||
|
||
## v0.8.5 | ||
|
||
[compare changes](https://github.com/nuxt/scripts/compare/v0.8.4...v0.8.5) | ||
|
||
### 🩹 Fixes | ||
|
||
- **bundling:** Throw error if download fails ([#253](https://github.com/nuxt/scripts/pull/253)) | ||
- Group failed scripts log ([#254](https://github.com/nuxt/scripts/pull/254)) | ||
- **YouTube:** Broken api types ([a00f753](https://github.com/nuxt/scripts/commit/a00f753)) | ||
|
||
### 🏡 Chore | ||
|
||
- Maybe fix vimeo types ([159fdcd](https://github.com/nuxt/scripts/commit/159fdcd)) | ||
- Bump deps ([e0034fa](https://github.com/nuxt/scripts/commit/e0034fa)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Harlan <[email protected]> | ||
- Julien Huang <[email protected]> | ||
|
||
## v0.8.4 | ||
|
||
[compare changes](https://github.com/nuxt/scripts/compare/v0.8.3...v0.8.4) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@nuxt/scripts", | ||
"type": "module", | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"packageManager": "[email protected]", | ||
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.", | ||
"author": { | ||
|