Skip to content

Commit

Permalink
chore(release): 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
1nVitr0 committed Mar 21, 2021
1 parent 7dee45f commit fbd2105
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.1.2](https://github.com/1nVitr0/plugin-vscode-blocksort/compare/v0.1.1...v0.1.2) (2021-03-21)


### Bug Fixes

* fix block start in next line style ([2354e32](https://github.com/1nVitr0/plugin-vscode-blocksort/commit/2354e32ee86f3d2529e11962d6daed1e93f0477e))
* fix selections with empty lines ([d6195cd](https://github.com/1nVitr0/plugin-vscode-blocksort/commit/d6195cdf33f159ca73647723123e27cf45f68ed1))

### 0.1.1 (2021-03-21)


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 @@ -9,7 +9,7 @@
"url": "https://github.com/1nVitr0/plugin-vscode-blocksort.git"
},
"icon": "resources/icon.png",
"version": "0.1.1",
"version": "0.1.2",
"engines": {
"vscode": "^1.53.0"
},
Expand Down

0 comments on commit fbd2105

Please sign in to comment.