From 4ce6b5464d45ed017c81fdbd2aa1b0e9f45fbe80 Mon Sep 17 00:00:00 2001 From: Roberto Huertas Date: Mon, 23 Jan 2017 13:02:36 +0100 Subject: [PATCH] 7.1.2 (#668) * 7.1.2 * 7.1.2 --- .editorconfig | 4 ++++ CHANGELOG.md | 6 +++++- package.json | 2 +- src/settings/extensionSettings.ts | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index fe0bb4e590..ec8021fb48 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,7 @@ indent_size = 2 [*.md] trim_trailing_whitespace = false + +# Due to vsce formatting it with 4 spaces no matter what we set here. +[package.json] +indent_size = 4 diff --git a/CHANGELOG.md b/CHANGELOG.md index f520ba2aee..82d2393d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # Change Log +## 7.1.2 (January 23, 2017) + - Patch: Proper Angular icon version was not correctly applied when autodetection took place. ([@JimiC](https://github.com/JimiC) in [#667](https://github.com/vscode-icons/vscode-icons/pull/667)) + - Fix: Readme spelling and grammar. ([@JimiC](https://github.com/JimiC) in [#664](https://github.com/vscode-icons/vscode-icons/pull/664)) + ## 7.1.1 (January 23, 2017) - - Fix: Our usual release patch. Fixing angular icons version. ([@robertohuertasm](https://github.com/robertohuertasm) in [#662](https://github.com/vscode-icons/vscode-icons/pull/662)) + - Patch: Our usual release patch. Fixing angular icons version. ([@robertohuertasm](https://github.com/robertohuertasm) in [#662](https://github.com/vscode-icons/vscode-icons/pull/662)) ## 7.1.0 (January 23, 2017) - Fix: Light version icons now work as expected. ([@JimiC](https://github.com/JimiC) in [#660](https://github.com/vscode-icons/vscode-icons/pull/660)) diff --git a/package.json b/package.json index a554b7def6..ecd0ffa48b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-icons", "displayName": "vscode-icons", "description": "Icons for Visual Studio Code", - "version": "7.1.1", + "version": "7.1.2", "publisher": "robertohuertasm", "license": "MIT", "author": { diff --git a/src/settings/extensionSettings.ts b/src/settings/extensionSettings.ts index a98135193a..39198a0fed 100644 --- a/src/settings/extensionSettings.ts +++ b/src/settings/extensionSettings.ts @@ -1,7 +1,7 @@ import { IExtensionSettings } from '../models'; export const extensionSettings: IExtensionSettings = { - version: '7.1.1', + version: '7.1.2', iconJsonFileName: 'icons.json', iconSuffix: '', filePrefix: 'file_type_',