Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik authored Nov 15, 2024
1 parent 838903f commit aa166f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.17.0

* Added "Search within changes files" feature [#103](https://github.com/letmaik/vscode-git-tree-compare/pull/103)
* Allow for multiple files to be discarded or opened at once [#104](https://github.com/letmaik/vscode-git-tree-compare/pull/104)

## 1.16.0

* Added option to show checkboxes to tick off reviewed files
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "git-tree-compare",
"displayName": "Git Tree Compare",
"description": "Diff your worktree against a branch, tag, or commit in a tree -- especially useful for pull request preparation or merge preview",
"version": "1.16.0",
"version": "1.17.0",
"author": {
"name": "Maik Riechert",
"url": "https://github.com/letmaik"
Expand Down

0 comments on commit aa166f1

Please sign in to comment.