Skip to content

Commit

Permalink
prepare 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfeu committed Mar 10, 2022
1 parent 0c301a8 commit 03e650d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to the "compare-folders" extension will be documented in this file.

## 0.6.0

* fix(select-to-compare): silent exception when selecting from command palette by @moshfeu in https://github.com/moshfeu/vscode-diff-merge/pull/64
* Bump follow-redirects from 1.13.0 to 1.14.7 in /resources/monaco by @dependabot in https://github.com/moshfeu/vscode-diff-merge/pull/66
* chore(cd): auto deploy openvsx by @moshfeu in https://github.com/moshfeu/vscode-diff-merge/pull/67
* Bump follow-redirects from 1.14.7 to 1.14.8 in /resources/monaco by @dependabot in https://github.com/moshfeu/vscode-diff-merge/pull/71
* ci: fix by @moshfeu in https://github.com/moshfeu/vscode-diff-merge/pull/74
* fix package script by @moshfeu in https://github.com/moshfeu/vscode-diff-merge/pull/75
* Add a button to quickly change from VSCode diff-view to Diff & Merge view by @elazarcoh in https://github.com/moshfeu/vscode-diff-merge/pull/73
* improvement: use vscode icons by @moshfeu in https://github.com/moshfeu/vscode-diff-merge/pull/77
* fix: arrows position on resize by @moshfeu in https://github.com/moshfeu/vscode-diff-merge/pull/78
* fix: playground + improve types by @moshfeu in https://github.com/moshfeu/vscode-diff-merge/pull/80

#### New Contributors
* @elazarcoh made their first contribution in https://github.com/moshfeu/vscode-diff-merge/pull/73

## 0.5.0

- feat: select + compare with selected - #40
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": "diff-merge",
"displayName": "Diff & Merge",
"description": "Show diffs and merge",
"version": "0.5.3",
"version": "0.6.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 03e650d

Please sign in to comment.