-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,44 @@ | ||
# Changelog | ||
|
||
|
||
## v3.10.0 | ||
|
||
[compare changes](https://github.com/nuxt/cli/compare/v3.9.1...v3.10.0) | ||
|
||
### 🚀 Enhancements | ||
|
||
- **build:** Support `--preset` arg ([#290](https://github.com/nuxt/cli/pull/290)) | ||
- **dev:** Return listener instance for programmatic usage ([#278](https://github.com/nuxt/cli/pull/278)) | ||
|
||
### 🩹 Fixes | ||
|
||
- **analyze:** Don't override analyze options ([#259](https://github.com/nuxt/cli/pull/259)) | ||
- **init:** Use absolute path for installing dependencies ([#272](https://github.com/nuxt/cli/pull/272)) | ||
- **dev:** Pass programmatic args to sub process ([#275](https://github.com/nuxt/cli/pull/275)) | ||
- **analyze, cleanup, upgrade:** Respect custom `buildDir` ([#276](https://github.com/nuxt/cli/pull/276)) | ||
- **analyze:** Set path for client analyze results ([#277](https://github.com/nuxt/cli/pull/277)) | ||
- **test:** Pass `rootDir` to `runTests` command ([#284](https://github.com/nuxt/cli/pull/284)) | ||
|
||
### 💅 Refactors | ||
|
||
- Use magicast `.includes` helper ([#268](https://github.com/nuxt/cli/pull/268)) | ||
- **upgrade:** Improve error message when package manager cannot be detected ([#270](https://github.com/nuxt/cli/pull/270)) | ||
|
||
### 🏡 Chore | ||
|
||
- **release:** V3.9.1 ([25c3dfe](https://github.com/nuxt/cli/commit/25c3dfe)) | ||
- Update citty and lockfile ([2104cf8](https://github.com/nuxt/cli/commit/2104cf8)) | ||
- Update lockfile ([7515e22](https://github.com/nuxt/cli/commit/7515e22)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Pooya Parsa ([@pi0](http://github.com/pi0)) | ||
- Katerina Skroumpelou | ||
- Daniel Roe <[email protected]> | ||
- Larry Williamson ([@L422Y](http://github.com/L422Y)) | ||
- Jiten (Jits) Bhagat | ||
- Angel Hernandez <[email protected]> | ||
|
||
## v3.9.1 | ||
|
||
[compare changes](https://github.com/nuxt/cli/compare/v3.9.0...v3.9.1) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters