diff --git a/CHANGELOG.md b/CHANGELOG.md index c9dafe0..4232b37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ All notable changes to the "code-stats-vscode" extension will be documented in t ### Changed + + +## [1.0.7] - 2017-05-29 +### Changed + +Merged a PR from sharpred to count formatting a large JSON-file only as 1 XP. + ## [1.0.6] - 2017-03-24 ### Changed Changed the plugin to default to just langId if the langId is not found in the mapped language names. diff --git a/README.md b/README.md index 42fd62f..a969b13 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ This extension contributes the following settings: ## Release Notes +### 1.0.7 + +Merged a PR from sharpred to count formatting a large JSON-object only as 1 XP. + ### 1.0.6 Changed to return just the langId if not found in the mapped languages names. diff --git a/package.json b/package.json index e5b6722..ab65d44 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "code-stats-vscode", "displayName": "Code::Stats", "description": "Code::Stats package for Visual Studio Code", - "version": "1.0.6", + "version": "1.0.7", "publisher": "juha-ristolainen", "icon": "logo.png", "repository": {