diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d92ad..ba822b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,19 @@ All notable changes to the "code-stats-vscode" extension will be documented in this file. +## [1.0.15] - 2019-04-04 + +### Changed + +Merged PR from thebird956: +Replaced deprecated 'vscode.previewHtml' command to the webview API. + ## [1.0.14] - 2019-04-04 ### Changed Updated deps and VS code engine version. -Replaced deprecated 'vscode.previewHtml' command to the webview API. -Updated the VSCode NPM package to latest. - ## [1.0.13] - 2018-11-28 ### Changed diff --git a/README.md b/README.md index 96b3efa..335db4c 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,11 @@ This extension contributes the following settings: ## Release Notes +### 1.0.15 + +Merged PR from thebird956: +Replaced deprecated 'vscode.previewHtml' command to the webview API. + ### 1.0.14 Updated deps and moved to latest VS code engine.