Skip to content

Commit b454587

Browse files
committed
release:1.1.0
1 parent e43f976 commit b454587

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## [Unreleased](https://github.com/faissaloux/vscode-package-manager-intellisense/compare/v1.0.0...main)
1+
## [Unreleased](https://github.com/faissaloux/vscode-package-manager-intellisense/compare/v1.1.0...main)
2+
3+
## [v1.1.0](https://github.com/faissaloux/vscode-package-manager-intellisense/compare/v1.0.0...v1.1.0) - 2024-12-21
4+
### ADDED
5+
- Allow user to enable/disable package managers ([#21](https://github.com/faissaloux/vscode-package-manager-intellisense/pull/21))
26

37
## [v1.0.0](https://github.com/faissaloux/vscode-package-manager-intellisense/compare/v0.2.0...v1.0.0) - 2024-09-16
48
### ADDED

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "package-manager-intellisense",
33
"displayName": "package-manager-intellisense",
44
"description": "Intellisense for package managers files",
5-
"version": "1.0.0",
5+
"version": "1.1.0",
66
"engines": {
77
"vscode": "^1.78.0"
88
},

0 commit comments

Comments
 (0)