Skip to content

Commit bc1dda1

Browse files
committed
chore(release): v0.2.3
1 parent 91b3b07 commit bc1dda1

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v0.2.3
2+
3+
[compare changes](https://github.com/nuxtrdev/nuxtr-vscode/compare/v0.2.2...v0.2.3)
4+
5+
### 🩹 Fixes
6+
7+
- DefaultPackageManager bun option ([59456cd](https://github.com/nuxtrdev/nuxtr-vscode/commit/59456cd))
8+
9+
### 📖 Documentation
10+
11+
- Changelog ([08dc8fe](https://github.com/nuxtrdev/nuxtr-vscode/commit/08dc8fe))
12+
13+
### ❤️ Contributors
14+
15+
- Adham Farrag <[email protected]>
16+
117
## v0.2.2
218

319
🩹 Fixes

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.2",
5+
"version": "0.2.3",
66
"packageManager": "[email protected]",
77
"engines": {
88
"vscode": "^1.83.0"
@@ -1074,4 +1074,4 @@
10741074
"string-ts": "^1.2.0",
10751075
"util": "^0.12.5"
10761076
}
1077-
}
1077+
}

0 commit comments

Comments
 (0)