Skip to content

Commit 722ae0d

Browse files
committed
chore(release): v0.9.0
1 parent fc1bdbb commit 722ae0d

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
# Changelog
22

33

4+
## v0.9.0
5+
6+
[compare changes](https://github.com/nuxt/scripts/compare/v0.8.5...v0.9.0)
7+
8+
### 🚀 Enhancements
9+
10+
- Allow fallback on bundle fail ([#255](https://github.com/nuxt/scripts/pull/255))
11+
12+
### 🩹 Fixes
13+
14+
- **adsense:** ⚠️ Remove default `data-ad-format` ([#248](https://github.com/nuxt/scripts/pull/248))
15+
- Improved `bundle: true` debug and cache clearing ([d269066](https://github.com/nuxt/scripts/commit/d269066))
16+
- **metaPixel:** Use meta logo instead of facebook logo ([#264](https://github.com/nuxt/scripts/pull/264))
17+
- Insert script src with `app.baseURL` ([52e1fcb](https://github.com/nuxt/scripts/commit/52e1fcb))
18+
19+
### 🏡 Chore
20+
21+
- Broken type checking ([97a5218](https://github.com/nuxt/scripts/commit/97a5218))
22+
- Bump deps and lint ([e73b4c6](https://github.com/nuxt/scripts/commit/e73b4c6))
23+
- Fix playground ([575c4dd](https://github.com/nuxt/scripts/commit/575c4dd))
24+
25+
#### ⚠️ Breaking Changes
26+
27+
- **adsense:** ⚠️ Remove default `data-ad-format` ([#248](https://github.com/nuxt/scripts/pull/248))
28+
29+
### ❤️ Contributors
30+
31+
- Harlan ([@harlan-zw](http://github.com/harlan-zw))
32+
- 2nofa11 ([@2nofa11](http://github.com/2nofa11))
33+
- Julien Huang ([@huang-julien](http://github.com/huang-julien))
34+
- Asoka Wotulo ([@asokawotulo](http://github.com/asokawotulo))
35+
436
## v0.8.5
537

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/scripts",
33
"type": "module",
4-
"version": "0.8.5",
4+
"version": "0.9.0",
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)