Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* 7.1.2

* 7.1.2
  • Loading branch information
robertohuertasm authored Jan 23, 2017
1 parent c5e1dbb commit 4ce6b54
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/settings/extensionSettings.ts
Original file line number Diff line number Diff line change
@@ -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_',
Expand Down

0 comments on commit 4ce6b54

Please sign in to comment.