From ea13c5509f65bfb795e738c5fea4fbd527ff0ed9 Mon Sep 17 00:00:00 2001 From: kasecato Date: Wed, 4 Apr 2018 23:08:29 +0900 Subject: [PATCH] Releasing v0.0.18 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"