Skip to content

Commit

Permalink
bump version & update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfeu committed Feb 29, 2020
1 parent fb2a3dd commit 5df7f24
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Change log

**0.7.0**

Added the ability to ignore files names' case when comparing ([#23](https://github.com/moshfeu/vscode-compare-folders/issues/23))

**0.6.0**

Added the ability to choose the compare tab's title format ([#13](https://github.com/moshfeu/vscode-compare-folders/issues/13))

**0.5.0**

Thanks to [@llgcode](https://github.com/llgcode)!
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](https://dev.azure.com/moshfeu-vscode/CompareFoldersExtension/_apis/build/status/moshfeu.vscode-compare-folders?branchName=master)](https://dev.azure.com/moshfeu-vscode/CompareFoldersExtension/_build/latest?definitionId=1&branchName=master)
[![Follow me on Twitter](https://img.shields.io/twitter/follow/moshfeu.svg?style=social)](https://twitter.com/moshfeu)

The extension allows the user to compare folders, show the diffs in a list and present diff in a splitted view side by side.

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": "compare-folders",
"displayName": "Compare Folders",
"description": "Compare folders by contents, present the files that have differences and display the diffs side by side",
"version": "0.6.0",
"version": "0.7.0",
"repository": {
"type": "git",
"url": "https://github.com/moshfeu/vscode-compare-folders"
Expand Down

0 comments on commit 5df7f24

Please sign in to comment.