Skip to content

Commit db5e42e

Browse files
committed
chore(release): v0.8.1
1 parent e3d78fd commit db5e42e

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.8.1
5+
6+
[compare changes](https://github.com/nuxt/scripts/compare/v0.8.0...v0.8.1)
7+
8+
### 🩹 Fixes
9+
10+
- Handle scripts missing `src` ([510d7b9](https://github.com/nuxt/scripts/commit/510d7b9))
11+
12+
### 📖 Documentation
13+
14+
- Add learn section and carbon ads ([f4de446](https://github.com/nuxt/scripts/commit/f4de446))
15+
16+
### 🏡 Chore
17+
18+
- Bump deps and lint ([03bd491](https://github.com/nuxt/scripts/commit/03bd491))
19+
- Fix test ([e3d78fd](https://github.com/nuxt/scripts/commit/e3d78fd))
20+
21+
### ❤️ Contributors
22+
23+
24+
425
## v0.8.0
526

627
[compare changes](https://github.com/nuxt/scripts/compare/v0.7.3...v0.8.0)

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.0",
4+
"version": "0.8.1",
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)