Skip to content

Commit afb0300

Browse files
committed
chore(release): v0.2.4
1 parent 498c61b commit afb0300

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## v0.2.4
2+
3+
[compare changes](https://github.com/nuxtrdev/nuxtr-vscode/compare/v0.2.3...v0.2.4)
4+
5+
### 🚀 Enhancements
6+
7+
- Pinia setup template ([3447255](https://github.com/nuxtrdev/nuxtr-vscode/commit/3447255))
8+
- Pinia setup template ([498c61b](https://github.com/nuxtrdev/nuxtr-vscode/commit/498c61b))
9+
10+
### 🩹 Fixes
11+
12+
- Nuxt devtools toggle message ([6ad6693](https://github.com/nuxtrdev/nuxtr-vscode/commit/6ad6693))
13+
- Nuxt Devtools toggle message ([a57ef93](https://github.com/nuxtrdev/nuxtr-vscode/commit/a57ef93))
14+
- Vue templates spacing ([783e4fb](https://github.com/nuxtrdev/nuxtr-vscode/commit/783e4fb))
15+
- Vue templates spacing ([a05527b](https://github.com/nuxtrdev/nuxtr-vscode/commit/a05527b))
16+
17+
### 📖 Documentation
18+
19+
- Pinia default template ([48169fe](https://github.com/nuxtrdev/nuxtr-vscode/commit/48169fe))
20+
21+
### ❤️ Contributors
22+
23+
- Adham Farrag <[email protected]>
24+
125
## v0.2.3
226

327
[compare changes](https://github.com/nuxtrdev/nuxtr-vscode/compare/v0.2.2...v0.2.3)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nuxtr-vscode",
33
"displayName": "Nuxtr",
44
"description": "An extension for Nuxt.js offering commands and tools to make your experience more pleasant.",
5-
"version": "0.2.3",
5+
"version": "0.2.4",
66
"packageManager": "[email protected]",
77
"engines": {
88
"vscode": "^1.83.0"
@@ -1083,4 +1083,4 @@
10831083
"string-ts": "^1.3.2",
10841084
"util": "^0.12.5"
10851085
}
1086-
}
1086+
}

0 commit comments

Comments
 (0)