Skip to content

Commit 59ec6bf

Browse files
committed
chore(release): v0.4.9
1 parent 06c911e commit 59ec6bf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

33

4+
## v0.4.9
5+
6+
[compare changes](https://github.com/nuxt/scripts/compare/v0.4.8...v0.4.9)
7+
48
## v0.4.8
59

610
[compare changes](https://github.com/nuxt/scripts/compare/v0.4.7...v0.4.8)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/scripts",
33
"type": "module",
4-
"version": "0.4.8",
4+
"version": "0.4.9",
55
"packageManager": "[email protected]",
66
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
77
"author": {
@@ -44,7 +44,7 @@
4444
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
4545
"typecheck": "pnpm dlx vue-tsc --noEmit",
4646
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
47-
"release:minor": "npm run lint && npm run test && npm run prepack && changelogen --minor --release && npm publish && git push --follow-tags",
47+
"release:minor": "npm run lint && npm run test && npm run prepack && changelogen --minor --release",
4848
"lint": "eslint .",
4949
"lint:fix": "eslint . --fix",
5050
"test": "vitest",

0 commit comments

Comments
 (0)