Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baincd committed Mar 12, 2021
1 parent 63858b6 commit 615bc05
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.0] - 2021-03-11
### Changed
- Update text matches based on TextMate Grammar (should work with more diff file formats now)
- Removed diff colorization example from readme (this functionality is now available with the baincd.diff-lang-colorizer extension)

## [1.2.1] - 2021-03-09
### Changed
- Updated extension packaging
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "diff-lang-folding",
"displayName": "Diff Folding",
"description": "Logical code folding for Diff language",
"version": "1.2.1",
"version": "1.3.0",
"repository": {
"url": "https://github.com/baincd/vscode-diff-lang-folding"
},
Expand Down

0 comments on commit 615bc05

Please sign in to comment.