Skip to content

Commit 0e75ef4

Browse files
committed
chore(release): v0.2.6
1 parent f2fe32d commit 0e75ef4

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## v0.2.6
2+
3+
[compare changes](https://github.com/nuxtrdev/nuxtr-vscode/compare/v0.2.5...v0.2.6)
4+
5+
### 🚀 Enhancements
6+
7+
- Typescript setup script snippet ([a5073ff](https://github.com/nuxtrdev/nuxtr-vscode/commit/a5073ff))
8+
- Typescript setup script snippet ([e22240e](https://github.com/nuxtrdev/nuxtr-vscode/commit/e22240e))
9+
10+
### 💅 Refactors
11+
12+
- Integrations view & Modules APIs ([9df493f](https://github.com/nuxtrdev/nuxtr-vscode/commit/9df493f))
13+
- Integrations view & Modules APIs ([924c3f4](https://github.com/nuxtrdev/nuxtr-vscode/commit/924c3f4))
14+
- Nuxi Module command ([a5a166b](https://github.com/nuxtrdev/nuxtr-vscode/commit/a5a166b))
15+
- Nuxi Module command <!--- ☝️ PR title should follow conventional commits (https://conventionalcommits.org) ([1d217cd](https://github.com/nuxtrdev/nuxtr-vscode/commit/1d217cd))
16+
- Nuxi Module command ([f2fe32d](https://github.com/nuxtrdev/nuxtr-vscode/commit/f2fe32d))
17+
18+
### 🏡 Chore
19+
20+
- Monorepo configuration ([fe26eb2](https://github.com/nuxtrdev/nuxtr-vscode/commit/fe26eb2))
21+
- Monorepo configuration ([d714af4](https://github.com/nuxtrdev/nuxtr-vscode/commit/d714af4))
22+
- Dependencies security issues ([d11f362](https://github.com/nuxtrdev/nuxtr-vscode/commit/d11f362))
23+
24+
### ❤️ Contributors
25+
26+
- Adham Farrag <[email protected]>
27+
128
## v0.2.5
229

330
[compare changes](https://github.com/nuxtrdev/nuxtr-vscode/compare/v0.2.4...v0.2.5)

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.5",
5+
"version": "0.2.6",
66
"packageManager": "[email protected]",
77
"engines": {
88
"vscode": "^1.83.0"
@@ -1093,4 +1093,4 @@
10931093
"uglify-js@<2.4.24": ">=2.4.24"
10941094
}
10951095
}
1096-
}
1096+
}

0 commit comments

Comments
 (0)