diff --git a/CHANGELOG.md b/CHANGELOG.md index 5de5995..110b9a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.0.16 (Jun 25, 2017) + +* bug fix - Fix some duping. See [#47](https://github.com/k--kato/vscode-docomment/pull/47). + ## 0.0.15 (May 19, 2017) * enhancement - Autocomplete order/priority? See [#41](https://github.com/k--kato/vscode-docomment/issues/41). diff --git a/README.md b/README.md index 241eac1..4f63058 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ when changes are saved. ## Contributors * [@ivanz](https://github.com/ivanz) +* [@PJB3005](https://github.com/PJB3005) ## License diff --git a/package.json b/package.json index 9d4304c..2992851 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docomment", - "version": "0.0.15", + "version": "0.0.16", "publisher": "k--kato", "engines": { "vscode": "^1.12.2" @@ -38,14 +38,14 @@ "dependencies": { }, "devDependencies": { - "typescript": "^2.3.2", + "typescript": "^2.3.4", "vscode": "^1.1.0", - "tslint": "^5.2.0", + "tslint": "^5.4.3", "istanbul": "^0.4.5", "coveralls": "^2.13.1", - "mocha": "^3.4.1", + "mocha": "^3.4.2", "mocha-lcov-reporter": "^1.3.0", - "@types/node": "^7.0.18", + "@types/node": "^8.0.2", "@types/mocha": "^2.2.41" }, "extensionDependencies": [