Skip to content

Commit 53016f0

Browse files
committed
chore: 🔖 release 1.2.1
1 parent 5f024c2 commit 53016f0

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## <small>1.2.1 (2025-02-01)</small>
4+
5+
* chore: :bookmark: restore and update README documentation for command execution flow ([85f3a66](https://github.com/vuejsco/vscode-vuejs-generator/commit/85f3a66))
6+
* fix: :bug: correct class and method names in command files for consistency ([2360f7f](https://github.com/vuejsco/vscode-vuejs-generator/commit/2360f7f))
7+
38
## 1.2.0 (2025-02-01)
49

510
* feat: :sparkles: add license and version fields to project configuration and update related document ([dc75f76](https://github.com/vuejsco/vscode-vuejs-generator/commit/dc75f76))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-vuejs-generator",
33
"displayName": "VueJS File Generator",
44
"description": "Simplifies TypeScript development by providing a set of commands to generate boilerplate code for VueJS projects.",
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"icon": "icon.png",
77
"license": "MIT",
88
"publisher": "imgildev",

0 commit comments

Comments
 (0)