Skip to content

Commit bba5aa8

Browse files
committed
chore(release): v0.4.4
1 parent 8442409 commit bba5aa8

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

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

33

4+
## v0.4.4
5+
6+
[compare changes](https://github.com/nuxt/scripts/compare/v0.4.3...v0.4.4)
7+
8+
### 🩹 Fixes
9+
10+
- Force useRegistry return type ([#73](https://github.com/nuxt/scripts/pull/73))
11+
12+
### 📖 Documentation
13+
14+
- Fix homepage css ([#68](https://github.com/nuxt/scripts/pull/68))
15+
- Fix homepage `ButtonGroup` mobile rounded border ([#71](https://github.com/nuxt/scripts/pull/71))
16+
17+
### 🏡 Chore
18+
19+
- Bump deps ([a24bd3d](https://github.com/nuxt/scripts/commit/a24bd3d))
20+
- Broken build ([b12a889](https://github.com/nuxt/scripts/commit/b12a889))
21+
- Lint ([1345d32](https://github.com/nuxt/scripts/commit/1345d32))
22+
- Bump deps ([90a03d6](https://github.com/nuxt/scripts/commit/90a03d6))
23+
- Bump deps ([13e59e3](https://github.com/nuxt/scripts/commit/13e59e3))
24+
- Upstream type fixes ([8442409](https://github.com/nuxt/scripts/commit/8442409))
25+
26+
### ❤️ Contributors
27+
28+
- Harlan ([@harlan-zw](http://github.com/harlan-zw))
29+
- Julien Huang ([@huang-julien](http://github.com/huang-julien))
30+
- Maxime Pauvert ([@maximepvrt](http://github.com/maximepvrt))
31+
432
## v0.4.3
533

634
[compare changes](https://github.com/nuxt/scripts/compare/v0.4.2...v0.4.3)

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