Skip to content

Commit e2d8ac7

Browse files
author
Ben Crowl
committed
Adding multi-root ready keyword
1 parent 1a7e827 commit e2d8ac7

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
3+
**v1.2.2**
4+
=============================================
5+
6+
## What's New
7+
- Added "multi-root ready" keyword, as requested by VS Code Team [#29]((https://github.com/mrcrowl/vscode-hg/issues/29)
8+
29
**v1.2.1**
310
=============================================
411

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"bugs": {
1717
"url": "https://github.com/mrcrowl/vscode-hg/issues"
1818
},
19-
"version": "1.2.1",
19+
"version": "1.2.2",
2020
"engines": {
2121
"vscode": "^1.17.0"
2222
},
@@ -25,7 +25,8 @@
2525
"mercurial",
2626
"source",
2727
"tortoise",
28-
"scm"
28+
"scm",
29+
"multi-root ready"
2930
],
3031
"icon": "icon.png",
3132
"enableProposedApi": false,

0 commit comments

Comments
 (0)