Skip to content

Commit 0af6c87

Browse files
committed
chore(release): v0.9.3
1 parent 81f0923 commit 0af6c87

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.9.3
5+
6+
[compare changes](https://github.com/nuxt/scripts/compare/v0.9.2...v0.9.3)
7+
8+
### 🩹 Fixes
9+
10+
- Use free path for virtual plugin template ([8624923](https://github.com/nuxt/scripts/commit/8624923))
11+
- 🐛 Fixed "height" css style property ([#275](https://github.com/nuxt/scripts/pull/275))
12+
- **adsense:** Push ad slot once only on dev ([#276](https://github.com/nuxt/scripts/pull/276))
13+
14+
### 📖 Documentation
15+
16+
- Update scripts:registry hook example ([#271](https://github.com/nuxt/scripts/pull/271))
17+
- ✏️ Updated definition for YouTube Player ([#273](https://github.com/nuxt/scripts/pull/273))
18+
19+
### 🏡 Chore
20+
21+
- Bump deps ([81f0923](https://github.com/nuxt/scripts/commit/81f0923))
22+
23+
### ❤️ Contributors
24+
25+
- Harlan ([@harlan-zw](http://github.com/harlan-zw))
26+
- Asoka Wotulo ([@asokawotulo](http://github.com/asokawotulo))
27+
- Arb85 ([@arb85](http://github.com/arb85))
28+
- Bernhard Berger ([@bernhardberger](http://github.com/bernhardberger))
29+
430
## v0.9.2
531

632
[compare changes](https://github.com/nuxt/scripts/compare/v0.9.1...v0.9.2)

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