Skip to content

Commit

Permalink
Release v1.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed May 29, 2016
1 parent 5c1670b commit 76a8385
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ All notable changes to the project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


[Unpublished]
-------------
[1.7.13] - 2016-05-30
---------------------
### Added
- **New icons:** Audacity, Blender, FBX, Khronos, LightWave 3D, Maya, Nib, Stylus (new logo)
- **Support:** 3DS Max (`.3ds`, `.max`), 3D models (`.stl`), Danmakufu (`.dnh`), Flash (`.swc`), Generic code (`.appxmanifest`), Images (`.dds`), Keys (`git-credential-osxkeychain`), Links (`.url`), Models (`.u3d`), PHPUnit Config (`.xml.dist`), Stylelint (`.stylelintrc.{json, yaml, js}`, `stylelint.config.js`), Unity3D (`.unityproj`), Visual Studio (`.sln`), Wavefront Materials (`.mtl`)
Expand Down Expand Up @@ -781,7 +781,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
Initial release.


[Unreleased]: https://github.com/DanBrooker/file-icons/compare/v1.7.12...HEAD
[Unreleased]: https://github.com/DanBrooker/file-icons/compare/v1.7.13...HEAD
[1.7.13]: https://github.com/DanBrooker/file-icons/releases/tag/v1.7.13
[1.7.12]: https://github.com/DanBrooker/file-icons/releases/tag/v1.7.12
[1.7.11]: https://github.com/DanBrooker/file-icons/releases/tag/v1.7.11
[1.7.10]: https://github.com/DanBrooker/file-icons/releases/tag/v1.7.10
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "file-icons",
"main": "index",
"version": "1.7.12",
"version": "1.7.13",
"private": true,
"description": "Assign file extension icons and colours for improved visual grepping",
"repository": {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion styles/fonts.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


// Package-specific font for custom icon additions
@custom-font-path: "atom://file-icons/resources/fonts/file-icons-v1.7.12.woff2";
@custom-font-path: "atom://file-icons/resources/fonts/file-icons-v1.7.13.woff2";

@font-face {
font-family: "file-icons";
Expand Down

0 comments on commit 76a8385

Please sign in to comment.