Skip to content

Commit aa166f1

Browse files
authored
bump version
1 parent 838903f commit aa166f1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.17.0
2+
3+
* Added "Search within changes files" feature [#103](https://github.com/letmaik/vscode-git-tree-compare/pull/103)
4+
* Allow for multiple files to be discarded or opened at once [#104](https://github.com/letmaik/vscode-git-tree-compare/pull/104)
5+
16
## 1.16.0
27

38
* Added option to show checkboxes to tick off reviewed files

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "git-tree-compare",
33
"displayName": "Git Tree Compare",
44
"description": "Diff your worktree against a branch, tag, or commit in a tree -- especially useful for pull request preparation or merge preview",
5-
"version": "1.16.0",
5+
"version": "1.17.0",
66
"author": {
77
"name": "Maik Riechert",
88
"url": "https://github.com/letmaik"

0 commit comments

Comments
 (0)