Skip to content

Commit 1b35aa7

Browse files
committed
chore(release): v3.19.0
1 parent 0d05ce0 commit 1b35aa7

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

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

33

4+
## v3.19.0
5+
6+
[compare changes](https://github.com/nuxt/cli/compare/v3.18.2...v3.19.0)
7+
8+
### 🚀 Enhancements
9+
10+
- **subcommand:** Add subcommand support ([#644](https://github.com/nuxt/cli/pull/644))
11+
- **add:** Move templates to separate files and add new ones ([#379](https://github.com/nuxt/cli/pull/379))
12+
13+
### 🏡 Chore
14+
15+
- Remove some `as any` ([8e5f935](https://github.com/nuxt/cli/commit/8e5f935))
16+
- Disable `respectExternal` ([542e05c](https://github.com/nuxt/cli/commit/542e05c))
17+
- Bump nuxt/telemetry version ([00a0a71](https://github.com/nuxt/cli/commit/00a0a71))
18+
19+
### ❤️ Contributors
20+
21+
- Damian Głowala ([@DamianGlowala](http://github.com/DamianGlowala))
22+
- Daniel Roe ([@danielroe](http://github.com/danielroe))
23+
424
## v3.18.2
525

626
[compare changes](https://github.com/nuxt/cli/compare/v3.18.1...v3.18.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.18.2",
4+
"version": "3.19.0",
55
"packageManager": "[email protected]",
66
"description": "⚡️ Nuxt Generation CLI Experience",
77
"license": "MIT",

0 commit comments

Comments
 (0)