We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee889a4 commit 5d8034bCopy full SHA for 5d8034b
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [12.0.1] - 2020-11-23
2
+### Fixed
3
+- Conflict with non-unique command (issue [#441](https://github.com/alefragnani/vscode-project-manager/issues/441))
4
+
5
## [12.0.0] - 2020-11-19
6
### Added
7
- `Open Settings` command to the Side Bar (issue [#434](https://github.com/alefragnani/vscode-project-manager/issues/434))
package.json
@@ -2,7 +2,7 @@
"name": "project-manager",
"displayName": "Project Manager",
"description": "Easily switch between projects",
- "version": "12.0.0",
+ "version": "12.0.1",
"publisher": "alefragnani",
"engines": {
8
"vscode": "^1.50.0"
0 commit comments