Skip to content

Commit 27894af

Browse files
committed
chore(release): v3.18.0
1 parent 0363b58 commit 27894af

File tree

2 files changed

+60
-1
lines changed

2 files changed

+60
-1
lines changed

CHANGELOG.md

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

33

4+
## v3.18.0
5+
6+
[compare changes](https://github.com/nuxt/cli/compare/v3.17.2...v3.18.0)
7+
8+
### 🚀 Enhancements
9+
10+
- **dev:** Support PFX certificate for dev server ([#624](https://github.com/nuxt/cli/pull/624))
11+
- **module:** Install as dev dependency with `--dev` flag ([#630](https://github.com/nuxt/cli/pull/630))
12+
- **add:** Add layer template ([#626](https://github.com/nuxt/cli/pull/626))
13+
- Use `jiti` to import/resolve modules ([#632](https://github.com/nuxt/cli/pull/632))
14+
- Add `nuxi` tag to logs ([#642](https://github.com/nuxt/cli/pull/642))
15+
16+
### 🔥 Performance
17+
18+
- Use consola colors ([a3fe458](https://github.com/nuxt/cli/commit/a3fe458))
19+
- Use `tinyexec` to execute commands ([#639](https://github.com/nuxt/cli/pull/639))
20+
- Do not inline `writeTypes` from `@nuxt/kit` ([#641](https://github.com/nuxt/cli/pull/641))
21+
22+
### 🩹 Fixes
23+
24+
- **upgrade:** Detect 'bun.lock' lockfile ([#614](https://github.com/nuxt/cli/pull/614))
25+
- **build:** Do not override `preset` when prerendering ([#605](https://github.com/nuxt/cli/pull/605))
26+
- **info:** De-default nuxt config ([5f96214](https://github.com/nuxt/cli/commit/5f96214))
27+
28+
### 💅 Refactors
29+
30+
- **info,upgrade:** Use `nypm` to detect package manager ([#618](https://github.com/nuxt/cli/pull/618))
31+
32+
### 🏡 Chore
33+
34+
- **release:** V3.17.2 ([19556d3](https://github.com/nuxt/cli/commit/19556d3))
35+
- Use json assertion ([acb6130](https://github.com/nuxt/cli/commit/acb6130))
36+
- Correct dependency list ([a979a47](https://github.com/nuxt/cli/commit/a979a47))
37+
- Add explicit nuxi dependency for ppn ([a3be91d](https://github.com/nuxt/cli/commit/a3be91d))
38+
- Lockfile ([7ded939](https://github.com/nuxt/cli/commit/7ded939))
39+
- Don't fail build when analysing size ([d8fa483](https://github.com/nuxt/cli/commit/d8fa483))
40+
- Use `knip` to ensure repository is 💯 ([ee63f74](https://github.com/nuxt/cli/commit/ee63f74))
41+
- Update lockfile ([a1c2cd2](https://github.com/nuxt/cli/commit/a1c2cd2))
42+
- Add additional lint preset + lint project ([1e1fd26](https://github.com/nuxt/cli/commit/1e1fd26))
43+
- Lint 😆 ([0363b58](https://github.com/nuxt/cli/commit/0363b58))
44+
45+
### 🤖 CI
46+
47+
- Don't upload coverage on windows ([fb1c354](https://github.com/nuxt/cli/commit/fb1c354))
48+
- Release pull requests with `pkg.pr.new` ([#633](https://github.com/nuxt/cli/pull/633))
49+
- Add bundle size comparison job ([#635](https://github.com/nuxt/cli/pull/635))
50+
- Move rollup plugin to beginning of array ([b98c031](https://github.com/nuxt/cli/commit/b98c031))
51+
- Update pr target ([#638](https://github.com/nuxt/cli/pull/638))
52+
- Skip dts when checking bundle size ([a5382c9](https://github.com/nuxt/cli/commit/a5382c9))
53+
- Do not release nightly on windows matrix ([982ae2e](https://github.com/nuxt/cli/commit/982ae2e))
54+
55+
### ❤️ Contributors
56+
57+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
58+
- Bobbie Goede <[email protected]>
59+
- Colonel-Sandvich ([@Colonel-Sandvich](http://github.com/Colonel-Sandvich))
60+
- Clément Ollivier ([@clemcode](http://github.com/clemcode))
61+
- Connor Roberts ([@murshex](http://github.com/murshex))
62+
463
## v3.17.2
564

665
[compare changes](https://github.com/nuxt/cli/compare/v3.17.1...v3.17.2)

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.17.2",
4+
"version": "3.18.0",
55
"packageManager": "[email protected]",
66
"description": "⚡️ Nuxt Generation CLI Experience",
77
"license": "MIT",

0 commit comments

Comments
 (0)