Skip to content

Commit

Permalink
chore(release): v3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Feb 14, 2024
1 parent 19c3aa0 commit 5de9b7c
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,34 @@
# Changelog


## v3.10.1

[compare changes](https://github.com/nuxt/cli/compare/v3.10.0...v3.10.1)

### 🩹 Fixes

- Don't write `.npmrc` with `shamefully-hoist=true` anymore ([#319](https://github.com/nuxt/cli/pull/319))
- Handle spaces in path at repo initialization ([#300](https://github.com/nuxt/cli/pull/300))
- **dev:** Support `.config/` dir and custom config extensions ([#341](https://github.com/nuxt/cli/pull/341))

### 💅 Refactors

- **add:** Show description for `template` positional arg ([#325](https://github.com/nuxt/cli/pull/325))

### 🏡 Chore

- Update giget to 1.2 and lockfile ([#159](https://github.com/nuxt/cli/pull/159))
- Remove unused imports ([9ca7ae4](https://github.com/nuxt/cli/commit/9ca7ae4))
- Update dependencies ([9995400](https://github.com/nuxt/cli/commit/9995400))

### ❤️ Contributors

- Pooya Parsa ([@pi0](http://github.com/pi0))
- Ettapp
- Gangan
- Daniel Roe ([@danielroe](http://github.com/danielroe))
- Celibioux

## v3.10.0

[compare changes](https://github.com/nuxt/cli/compare/v3.9.1...v3.10.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxi",
"version": "3.10.0",
"version": "3.10.1",
"description": "⚡️ Nuxt Generation CLI Experience",
"repository": "nuxt/cli",
"license": "MIT",
Expand Down

0 comments on commit 5de9b7c

Please sign in to comment.