Skip to content

Commit 3521f2d

Browse files
committed
chore: release v0.4.4
1 parent 9f17662 commit 3521f2d

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.4.4](https://github.com/nuxt/devtools-poc/compare/v0.4.3...v0.4.4) (2023-04-30)
2+
3+
4+
### Features
5+
6+
* open in file in embeded vscode ([#207](https://github.com/nuxt/devtools-poc/issues/207)) ([9f17662](https://github.com/nuxt/devtools-poc/commit/9f176624fcf0c2e2192fcd77104cd33401761604))
7+
8+
9+
110
## [0.4.3](https://github.com/nuxt/devtools-poc/compare/v0.4.2...v0.4.3) (2023-04-29)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.4.3",
2+
"version": "0.4.4",
33
"private": false,
44
"packageManager": "pnpm@8.3.1",
55
"scripts": {

packages/devtools-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/devtools-kit",
33
"type": "module",
4-
"version": "0.4.3",
4+
"version": "0.4.4",
55
"license": "MIT",
66
"repository": "nuxt/devtools",
77
"exports": {

packages/devtools-ui-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/devtools-ui-kit",
33
"type": "module",
4-
"version": "0.4.3",
4+
"version": "0.4.4",
55
"license": "MIT",
66
"repository": "nuxt/devtools",
77
"exports": {

packages/devtools-wizard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/devtools-wizard",
33
"type": "module",
4-
"version": "0.4.3",
4+
"version": "0.4.4",
55
"description": "CLI Wizard to toggle Nuxt DevTools",
66
"license": "MIT",
77
"repository": "nuxt/devtools",

packages/devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nuxt/devtools",
33
"type": "module",
4-
"version": "0.4.3",
4+
"version": "0.4.4",
55
"license": "MIT",
66
"repository": "nuxt/devtools",
77
"exports": {

0 commit comments

Comments
 (0)