Skip to content

Commit

Permalink
chore(release): v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Sep 9, 2024
1 parent e0034fa commit 4a5870e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
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": {
Expand Down

0 comments on commit 4a5870e

Please sign in to comment.