Skip to content

Commit

Permalink
releasing v0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
k--kato committed Jun 30, 2017
1 parent 08044a4 commit 98d4a7e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docomment",
"version": "0.0.16",
"version": "0.0.17",
"publisher": "k--kato",
"engines": {
"vscode": "^1.12.2"
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit 98d4a7e

Please sign in to comment.