Skip to content

Commit

Permalink
Releasing v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Jun 19, 2020
1 parent 5e0111f commit 52c6e70
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.1.12 (June 19, 2020)

* bug fix - Generation for Expression-bodied methods fails in most cases. See [#91](https://github.com/kasecato/vscode-docomment/issues/91).
* upgrade libs

## 0.1.11 (May 20, 2020)

* bug fix - Erroneous code comments on complex function signatures. See [#88](https://github.com/kasecato/vscode-docomment/issues/88).
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docomment",
"version": "0.1.11",
"version": "0.1.12",
"publisher": "k--kato",
"engines": {
"vscode": "^1.40.0"
Expand Down Expand Up @@ -230,7 +230,7 @@
"devDependencies": {
"@types/mocha": "^7.0.2",
"@types/node": "^14.0.13",
"@types/vscode": "^1.46.0",
"@types/vscode": "^1.40.0",
"coveralls": "^3.1.0",
"eslint": "^7.2.0",
"mocha": "^8.0.1",
Expand Down

0 comments on commit 52c6e70

Please sign in to comment.