From 98d4a7ef96f245d23e5108f3995e0260a39093ed Mon Sep 17 00:00:00 2001 From: k--kato Date: Fri, 30 Jun 2017 09:14:57 +0900 Subject: [PATCH] releasing v0.0.17 --- CHANGELOG.md | 4 ++++ README.md | 2 +- package.json | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cfbe2b..b885853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.0.17 (Jun 30, 2017) + +* bug fix - Comments for Constructor not working. See [#49](https://github.com/k--kato/vscode-docomment/issues/49). + ## 0.0.16 (Jun 25, 2017) * bug fix - Fix some duping. See [#47](https://github.com/k--kato/vscode-docomment/pull/47). diff --git a/README.md b/README.md index 4f63058..2a2661e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # XML Documentation Comments Support for Visual Studio Code -[![Build Status](https://travis-ci.org/k--kato/vscode-docomment.svg?branch=master)](https://travis-ci.org/k--kato/vscode-docomment) [![Coverage Status](https://coveralls.io/repos/k--kato/vscode-docomment/badge.svg?branch=master&service=github)](https://coveralls.io/github/k--kato/vscode-docomment?branch=master) [![License: MIT](http://img.shields.io/badge/license-MIT-orange.svg)](LICENSE) [![Marketplace Version](http://vsmarketplacebadge.apphb.com/version/k--kato.docomment.svg)](https://marketplace.visualstudio.com/items?itemName=k--kato.docomment) [![Install](http://vsmarketplacebadge.apphb.com/installs-short/k--kato.docomment.svg)](https://marketplace.visualstudio.com/items?itemName=k--kato.docomment) +[![Build Status](https://travis-ci.org/k--kato/vscode-docomment.svg?branch=master)](https://travis-ci.org/k--kato/vscode-docomment) [![Coverage Status](https://coveralls.io/repos/k--kato/vscode-docomment/badge.svg?branch=master&service=github)](https://coveralls.io/github/k--kato/vscode-docomment?branch=master) [![License: MIT](https://img.shields.io/badge/license-MIT-orange.svg)](LICENSE) [![Marketplace Version](https://vsmarketplacebadge.apphb.com/version/k--kato.docomment.svg)](https://marketplace.visualstudio.com/items?itemName=k--kato.docomment) [![Install](https://vsmarketplacebadge.apphb.com/installs-short/k--kato.docomment.svg)](https://marketplace.visualstudio.com/items?itemName=k--kato.docomment) Generate XML documentation comments for Visual Studio Code. diff --git a/package.json b/package.json index 2992851..bc000a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docomment", - "version": "0.0.16", + "version": "0.0.17", "publisher": "k--kato", "engines": { "vscode": "^1.12.2" @@ -38,14 +38,14 @@ "dependencies": { }, "devDependencies": { - "typescript": "^2.3.4", - "vscode": "^1.1.0", + "typescript": "^2.4.1", + "vscode": "^1.1.1", "tslint": "^5.4.3", "istanbul": "^0.4.5", "coveralls": "^2.13.1", "mocha": "^3.4.2", "mocha-lcov-reporter": "^1.3.0", - "@types/node": "^8.0.2", + "@types/node": "^8.0.6", "@types/mocha": "^2.2.41" }, "extensionDependencies": [