Skip to content

Commit

Permalink
chore(release): v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 20, 2023
1 parent 7515e22 commit f113a08
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
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)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxi",
"version": "3.9.1",
"version": "3.10.0",
"description": "⚡️ Nuxt Generation CLI Experience",
"repository": "nuxt/cli",
"license": "MIT",
Expand Down Expand Up @@ -82,4 +82,4 @@
"engines": {
"node": "^14.18.0 || >=16.10.0"
}
}
}

0 comments on commit f113a08

Please sign in to comment.