Skip to content

Commit 2d61aa1

Browse files
committed
chore(release): v3.17.0
1 parent f76679d commit 2d61aa1

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

33

4+
## v3.17.0
5+
6+
[compare changes](https://github.com/nuxt/cli/compare/v3.16.0...v3.17.0)
7+
8+
### 🚀 Enhancements
9+
10+
- **module:** Add multiple modules at once ([#584](https://github.com/nuxt/cli/pull/584))
11+
12+
### 🩹 Fixes
13+
14+
- **analyze:** Show readable chunk names ([#587](https://github.com/nuxt/cli/pull/587))
15+
- **add:** Respect custom dirs from nuxt project ([#586](https://github.com/nuxt/cli/pull/586))
16+
- **cleanup:** Remove dev `buildDir` when cleaning up ([#590](https://github.com/nuxt/cli/pull/590))
17+
- **analyze:** Support `--dotenv` argument ([#589](https://github.com/nuxt/cli/pull/589))
18+
- **dev:** Use `SIGTERM` instead of `SIGHUP` on windows ([#603](https://github.com/nuxt/cli/pull/603))
19+
- **dev:** Restart nuxt if unhandled rejection occurs ([#602](https://github.com/nuxt/cli/pull/602))
20+
21+
### 💅 Refactors
22+
23+
- Share command descriptions and `--cwd` default ([#592](https://github.com/nuxt/cli/pull/592))
24+
25+
### ❤️ Contributors
26+
27+
- Bobbie Goede <[email protected]>
28+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
29+
430
## v3.16.0
531

632
[compare changes](https://github.com/nuxt/cli/compare/v3.15.0...v3.16.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxi",
3-
"version": "3.16.0",
3+
"version": "3.17.0",
44
"description": "⚡️ Nuxt Generation CLI Experience",
55
"repository": "nuxt/cli",
66
"license": "MIT",

0 commit comments

Comments
 (0)