We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c89528 commit 394c303Copy full SHA for 394c303
CHANGELOG.md
@@ -1,6 +1,18 @@
1
# Changelog
2
3
4
+## v3.17.1
5
+
6
+[compare changes](https://github.com/nuxt/cli/compare/v3.17.0...v3.17.1)
7
8
+### 🩹 Fixes
9
10
+- **module:** Pass resolved `cwd` to `addDependency` ([#606](https://github.com/nuxt/cli/pull/606))
11
12
+### ❤️ Contributors
13
14
+- Daniel Roe ([@danielroe](http://github.com/danielroe))
15
16
## v3.17.0
17
18
[compare changes](https://github.com/nuxt/cli/compare/v3.16.0...v3.17.0)
package.json
@@ -1,6 +1,6 @@
{
"name": "nuxi",
- "version": "3.17.0",
+ "version": "3.17.1",
"description": "⚡️ Nuxt Generation CLI Experience",
"repository": "nuxt/cli",
"license": "MIT",
0 commit comments