Skip to content

Commit

Permalink
chore(release): v3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Sep 25, 2024
1 parent 1518e46 commit 9357257
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
# Changelog


## v3.14.0

[compare changes](https://github.com/nuxt/cli/compare/v3.13.2...v3.14.0)

### 🚀 Enhancements

- **info:** Use jiti v2 ([#477](https://github.com/nuxt/cli/pull/477))
- **module:** Respect package registry set in `.npmrc` ([#470](https://github.com/nuxt/cli/pull/470))

### 🔥 Performance

- Remove `fsevents` as optional dependency ([f9714f2](https://github.com/nuxt/cli/commit/f9714f2))

### 🩹 Fixes

- Resolve `nuxt` directory from `rootDir` ([1518e46](https://github.com/nuxt/cli/commit/1518e46))

### ❤️ Contributors

- Daniel Roe ([@danielroe](http://github.com/danielroe))
- Kiameow ([@Kiameow](http://github.com/Kiameow))

## v3.13.2

[compare changes](https://github.com/nuxt/cli/compare/v3.13.1...v3.13.2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxi",
"version": "3.13.2",
"version": "3.14.0",
"description": "⚡️ Nuxt Generation CLI Experience",
"repository": "nuxt/cli",
"license": "MIT",
Expand Down

0 comments on commit 9357257

Please sign in to comment.