Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baincd committed Mar 7, 2021
1 parent e4d1792 commit 5ad49de
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Change Log
# Changelog
All notable changes to this project will be documented in this file.

All notable changes to the "diff-lang-improved" extension 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).

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
## [1.1.0] - 2021-03-07
### Added
- Logical editor folding support for Git Commit Message language (useful when using git commit.verbose=true)

## [Unreleased]

- Initial release
## [1.0.0] - 2021-03-07
### Added
- Logical editor folding support for Diff language
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ diff-lang-improved provides enhancements to vscode diff language

## Features

Add logical folding to Diff files
Add logical folding to the Diff language

![example](example.png)

Expand Down Expand Up @@ -62,9 +62,3 @@ If you want to use different colors for different themes, this can be achieved b
}
}
```

## Release Notes

### 1.0.0

Initial release of Diff Language (Improved)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"publisher": "baincd",
"name": "diff-lang-improved",
"displayName": "Diff Language (Improved)",
"description": "Improvement on diff language",
"version": "1.0.0",
"description": "Improvements on diff language",
"version": "1.1.0",
"repository": {
"url": "https://github.com/baincd/vscode-diff-lang-improved"
},
Expand Down

0 comments on commit 5ad49de

Please sign in to comment.