Skip to content

Commit af5f730

Browse files
chore(release): 1.1.1 [skip ci]
1 parent 01882f8 commit af5f730

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.1](https://github.com/SBTopZZZ-LG/vscode-gitignore-template-generator/compare/v1.1.0...v1.1.1) (2025-04-13)
2+
3+
4+
### Bug Fixes
5+
6+
* enable version updates in package.json during release ([01882f8](https://github.com/SBTopZZZ-LG/vscode-gitignore-template-generator/commit/01882f808b717ae259664c299ec804abb3075493))
7+
18
# [1.1.0](https://github.com/SBTopZZZ-LG/vscode-gitignore-template-generator/compare/v1.0.0...v1.1.0) (2025-04-13)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-gitignore-template-generator",
33
"displayName": "GitIgnore Template Generator",
44
"description": "VSCode extension that generates .gitignore files directly from your editor. Select multiple templates with autocompletion and instantly apply them - simple, fast and effective.",
5-
"version": "1.0.0",
5+
"version": "1.1.1",
66
"engines": {
77
"vscode": "^1.60.0"
88
},
@@ -79,4 +79,4 @@
7979
"prettier --write"
8080
]
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)