diff --git a/CHANGELOG.md b/CHANGELOG.md index af15e096..d9da4d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,18 +3,19 @@ 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.6...HEAD +[Unpublished]: https://github.com/file-icons/atom/compare/v2.1.7...HEAD -[Unpublished] +[v2.1.7] - 2017-05-31 --------------------- ### Added -- **New icons:** Junos (`.jos`), Telegram (`.tl`), Visio (`.vdw`, `.vdx`, `.vrd`, `.vsd`, `.vsdm`, `.vsdx`, `.vsl`, `.vss`, `.vssm`, `.vssx`, `.vst`, `.vstm`, `.vstx`, `.vsw`, `.vsx`, `.vtx`) +- **New icons:** Browserslist (updated version), Junos (`.jos`), Telegram (`.tl`), Visio (`.vdw`, `.vdx`, `.vrd`, `.vsd`, `.vsdm`, `.vsdx`, `.vsl`, `.vss`, `.vssm`, `.vssx`, `.vst`, `.vstm`, `.vstx`, `.vsw`, `.vsx`, `.vtx`) - **Support:** FlowType (`.flow`), Jest (`.jsx.snap`), NodeJS (`BUNDLED_NODE_VERSION`) ### Fixed - [[`#606`][]]: Wrong icon shown for TypeScript executables +[v2.1.7]: https://github.com/file-icons/atom/releases/tag/v2.1.7 [`#606`]: https://github.com/file-icons/atom/issues/606 diff --git a/package.json b/package.json index 15f650a5..576cf34e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "file-icons", "main": "lib/main.js", - "version": "2.1.6", + "version": "2.1.7", "private": true, "description": "Assign file extension icons and colours for improved visual grepping", "repository": "https://github.com/file-icons/atom",