From d2c16f1af2a0460a2dc04579cfc2f70ce7343687 Mon Sep 17 00:00:00 2001 From: Juha Ristolainen Date: Thu, 4 Apr 2019 19:47:38 +0100 Subject: [PATCH] Merged PR from thebird956 --- CHANGELOG.md | 10 +++++++--- README.md | 5 +++++ 2 files changed, 12 insertions(+), 3 deletions(-) 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.