diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fb02fa..231a948 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.0.18 (Apr 7, 2018) + +* bug fix - It's wrong in this case. See [#52](https://github.com/kasecato/vscode-docomment/issues/52). + ## 0.0.17 (Jun 30, 2017) * bug fix - Comments for Constructor not working. See [#49](https://github.com/kasecato/vscode-docomment/issues/49). diff --git a/package.json b/package.json index 1393347..261d451 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docomment", - "version": "0.0.17", + "version": "0.0.18", "publisher": "k--kato", "engines": { "vscode": "^1.21.1"