Skip to content

Commit 9da35b3

Browse files
chore: release main (#357)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 913ca49 commit 9da35b3

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"packages/functions": "4.1.11",
88
"packages/headers": "2.0.5",
99
"packages/images": "1.2.1",
10-
"packages/nuxt-module": "0.1.0",
10+
"packages/nuxt-module": "0.1.1",
1111
"packages/otel": "3.1.0",
1212
"packages/redirects": "3.0.5",
1313
"packages/runtime": "4.0.9",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/nuxt-module/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/netlify/primitives/compare/nuxt-v0.1.0...nuxt-v0.1.1) (2025-07-15)
4+
5+
6+
### Bug Fixes
7+
8+
* fix dead link in @neltify/nuxt readme ([#355](https://github.com/netlify/primitives/issues/355)) ([913ca49](https://github.com/netlify/primitives/commit/913ca49db32449c9f7dc055a456c766cab520aab))
9+
* use documented nuxt dev server url to fix nuxt 4 bug ([#356](https://github.com/netlify/primitives/issues/356)) ([2fda8ee](https://github.com/netlify/primitives/commit/2fda8ee0f3a04852c94ada348c6bf3a92ca379e0))
10+
311
## [0.1.0](https://github.com/netlify/primitives/compare/nuxt-v0.0.1...nuxt-v0.1.0) (2025-07-15)
412

513

packages/nuxt-module/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/nuxt",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Nuxt module providing local emulation of the Netlify environment",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)