diff --git a/CHANGELOG.md b/CHANGELOG.md index a46d38f..e104219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 4e7bf05..7742599 100644 --- a/package.json +++ b/package.json @@ -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",