Skip to content

Commit 6a9b9c8

Browse files
committed
chore(release): v3.20.0
1 parent 3e321c2 commit 6a9b9c8

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

CHANGELOG.md

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

33

4+
## v3.20.0
5+
6+
[compare changes](https://github.com/nuxt/cli/compare/v3.19.1...v3.20.0)
7+
8+
### 🚀 Enhancements
9+
10+
- **init:** Warn if dir already exists and no `--force` flag is provided ([#652](https://github.com/nuxt/cli/pull/652))
11+
- **add:** Skip installation of already installed modules ([#654](https://github.com/nuxt/cli/pull/654))
12+
- **cli:** Add new `@nuxt/cli` distribution without inlined deps ([#659](https://github.com/nuxt/cli/pull/659))
13+
14+
### 🔥 Performance
15+
16+
- Do not inline `package.json` in build cli ([d762ada](https://github.com/nuxt/cli/commit/d762ada))
17+
18+
### 🩹 Fixes
19+
20+
- **add:** Correct template name validation ([#651](https://github.com/nuxt/cli/pull/651))
21+
- **module:** Correct formatting in installation log ([c17039a](https://github.com/nuxt/cli/commit/c17039a))
22+
- **info:** Do not copy info in ci or without tty ([cf33224](https://github.com/nuxt/cli/commit/cf33224))
23+
24+
### 📖 Documentation
25+
26+
- Remove links to closed discussions ([5627da9](https://github.com/nuxt/cli/commit/5627da9))
27+
28+
### 🏡 Chore
29+
30+
- Skip e2e tests on windows for now ([bc27761](https://github.com/nuxt/cli/commit/bc27761))
31+
- **nuxt-cli:** Use `nuxi` as name for released cli ([554fa1b](https://github.com/nuxt/cli/commit/554fa1b))
32+
- Remove json assertion (for stub mode) ([24a2df2](https://github.com/nuxt/cli/commit/24a2df2))
33+
- Ensure `packageManagerOptions` remains up-to-date ([995fb20](https://github.com/nuxt/cli/commit/995fb20))
34+
- Remove export for now ([989475f](https://github.com/nuxt/cli/commit/989475f))
35+
36+
### ✅ Tests
37+
38+
- Add some basic e2e tests ([a772c2a](https://github.com/nuxt/cli/commit/a772c2a))
39+
- Update status test on windows ([7e860dc](https://github.com/nuxt/cli/commit/7e860dc))
40+
- Exec child process in tests with tinyexec ([#661](https://github.com/nuxt/cli/pull/661))
41+
- Add `init` and `add` e2e tests ([#662](https://github.com/nuxt/cli/pull/662))
42+
- Bump windows timeout ([de3afe0](https://github.com/nuxt/cli/commit/de3afe0))
43+
- Don't install deps in test ([3e321c2](https://github.com/nuxt/cli/commit/3e321c2))
44+
45+
### 🤖 CI
46+
47+
- Split out lint + release workflows ([#657](https://github.com/nuxt/cli/pull/657))
48+
49+
### ❤️ Contributors
50+
51+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
52+
- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala))
53+
454
## v3.19.1
555

656
[compare changes](https://github.com/nuxt/cli/compare/v3.19.0...v3.19.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxi",
33
"type": "module",
4-
"version": "3.19.1",
4+
"version": "3.20.0",
55
"packageManager": "[email protected]",
66
"description": "⚡️ Nuxt Generation CLI Experience",
77
"license": "MIT",

0 commit comments

Comments
 (0)