Skip to content

Commit 600bb5d

Browse files
committed
chore(release): v3.13.0
1 parent 5b7ee7e commit 600bb5d

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

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

33

4+
## v3.13.0
5+
6+
[compare changes](https://github.com/nuxt/cli/compare/v3.12.0...v3.13.0)
7+
8+
### 🚀 Enhancements
9+
10+
- **build:** Warn if `--prerender` overrides `--preset` ([#392](https://github.com/nuxt/cli/pull/392))
11+
- **module:** Support other nuxt config extensions when adding ([#401](https://github.com/nuxt/cli/pull/401))
12+
- **module:** Install module peer dependencies ([#442](https://github.com/nuxt/cli/pull/442))
13+
- **info:** Link to issue templates ([#406](https://github.com/nuxt/cli/pull/406))
14+
15+
### 🩹 Fixes
16+
17+
- Allow configuring vite hmr protocol ([#436](https://github.com/nuxt/cli/pull/436))
18+
- Add `-w` arg when updating pnpm root workspace ([#449](https://github.com/nuxt/cli/pull/449))
19+
- Keep nuxt current dependency type ([#430](https://github.com/nuxt/cli/pull/430))
20+
21+
### 💅 Refactors
22+
23+
- **module:** Use `c12` util to update config ([#441](https://github.com/nuxt/cli/pull/441))
24+
25+
### 🏡 Chore
26+
27+
- Remove `is-number` from bundled cli ([#439](https://github.com/nuxt/cli/pull/439))
28+
- Remove unnecessary spread operator and fix typos ([#459](https://github.com/nuxt/cli/pull/459))
29+
30+
### ❤️ Contributors
31+
32+
- OrbisK ([@OrbisK](http://github.com/OrbisK))
33+
34+
- Julien Huang ([@huang-julien](http://github.com/huang-julien))
35+
- Xjccc ([@xjccc](http://github.com/xjccc))
36+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
37+
- Meir Roth ([@meirroth](http://github.com/meirroth))
38+
39+
440
## v3.12.0
541

642
[compare changes](https://github.com/nuxt/cli/compare/v3.11.1...v3.12.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.12.0",
3+
"version": "3.13.0",
44
"description": "⚡️ Nuxt Generation CLI Experience",
55
"repository": "nuxt/cli",
66
"license": "MIT",

0 commit comments

Comments
 (0)