Skip to content

Commit

Permalink
Release v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Apr 13, 2017
1 parent 179bcbd commit 3487f67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Change Log
All notable changes to the project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

[Unpublished]: https://github.com/file-icons/atom/compare/v2.1.2...HEAD
[Unpublished]: https://github.com/file-icons/atom/compare/v2.1.3...HEAD


[Unpublished]
[v2.1.3] - 2017-04-13
---------------------
### Added
- **New icons:** BinTray (`.bintray.json`), Brotli (`.br`), DOM, MJML (`.mjml`), NASM (`.nasm`), NXC (`.nxc`), WebAssembly (`.wasm`, `.wast`, `.wat`), Yasm
Expand All @@ -16,6 +16,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- [[`#580`][]]: Obscure conflict with [`tree-view-autoresize`](https://github.com/lexcast/tree-view-autoresize) package
- [[`#581`][]]: Errors thrown when opening remote directories containing a `.gitattributes` file

[v2.1.3]: https://github.com/file-icons/atom/releases/tag/v2.1.3
[`#580`]: https://github.com/file-icons/atom/issues/580
[`#581`]: https://github.com/file-icons/atom/issues/581

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": "lib/main.js",
"version": "2.1.2",
"version": "2.1.3",
"private": true,
"description": "Assign file extension icons and colours for improved visual grepping",
"repository": "https://github.com/file-icons/atom",
Expand Down

0 comments on commit 3487f67

Please sign in to comment.