Skip to content

Commit

Permalink
Updating changelog with fix for #25
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-bond committed Jan 17, 2018
1 parent 2f08fb9 commit 96d8994
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# Change Log

## [1.1.7] (2018-01-07)
### Bug Fixes
* Fixing comment detection when tabs are used to start the comment ([2f08fb9](https://github.com/aaron-bond/better-comments/commit/2f08fb9)), closes [#25](https://github.com/aaron-bond/better-comments/issues/25), thanks to _bekorn_

## [1.1.6] (2018-01-15)
### Features
* Adding multiple new languages ([586f325](https://github.com/aaron-bond/better-comments/commit/586f325)), thanks to _Jooseppi12_

## [1.1.5] (2018-01-14)
#### Bug Fixes
* Fixing multiline comment detection with non-English characters ([deff42b](https://github.com/aaron-bond/better-comments/commit/deff42b)), closes [24](https://github.com/aaron-bond/better-comments/issues/24)
* Fixing multiline comment detection with non-English characters ([deff42b](https://github.com/aaron-bond/better-comments/commit/deff42b)), closes [#24](https://github.com/aaron-bond/better-comments/issues/24)

## [1.1.4] (2018-01-04)
#### Features
* Adding activation event and new comment type for VB.NET ("vb") ([45199a9](https://github.com/aaron-bond/better-comments/commit/45199a9)), closes [21](https://github.com/aaron-bond/better-comments/issues/21)
* Adding activation event and new comment type for VB.NET ("vb") ([45199a9](https://github.com/aaron-bond/better-comments/commit/45199a9)), closes [#21](https://github.com/aaron-bond/better-comments/issues/21)

## [1.1.3] (2017-12-22)
#### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Better Comments",
"icon": "icon.png",
"description": "Improve your code commenting by annotating with alert, informational, TODOs, and more!",
"version": "1.1.6",
"version": "1.1.7",
"publisher": "aaron-bond",
"author": {
"name": "Aaron Bond"
Expand Down

0 comments on commit 96d8994

Please sign in to comment.