Skip to content

Commit 4a5870e

Browse files
committed
chore(release): v0.8.5
1 parent e0034fa commit 4a5870e

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Changelog
22

33

4+
## v0.8.5
5+
6+
[compare changes](https://github.com/nuxt/scripts/compare/v0.8.4...v0.8.5)
7+
8+
### 🩹 Fixes
9+
10+
- **bundling:** Throw error if download fails ([#253](https://github.com/nuxt/scripts/pull/253))
11+
- Group failed scripts log ([#254](https://github.com/nuxt/scripts/pull/254))
12+
- **YouTube:** Broken api types ([a00f753](https://github.com/nuxt/scripts/commit/a00f753))
13+
14+
### 🏡 Chore
15+
16+
- Maybe fix vimeo types ([159fdcd](https://github.com/nuxt/scripts/commit/159fdcd))
17+
- Bump deps ([e0034fa](https://github.com/nuxt/scripts/commit/e0034fa))
18+
19+
### ❤️ Contributors
20+
21+
22+
- Julien Huang <[email protected]>
23+
424
## v0.8.4
525

626
[compare changes](https://github.com/nuxt/scripts/compare/v0.8.3...v0.8.4)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/scripts",
33
"type": "module",
4-
"version": "0.8.4",
4+
"version": "0.8.5",
55
"packageManager": "[email protected]",
66
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
77
"author": {

0 commit comments

Comments
 (0)