File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed
Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments