diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e7475a9..58818198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,10 @@ All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -[Unpublished] +[2.0.8] - 2017-01-11 -------------------- ### Added -- [[`#471`][]] Partial Nuclide support. See [facebook/nuclide#951][]. +- [[`#471`][]] [Partial Nuclide support][2.0.8] - [[`#501`][]] Support for DTML files - Colour for SQL filetypes - **Support:** Emacs (`Cask`, `.emacs.d` folders), SQL (`.mysql`) @@ -16,7 +16,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - [[`#505`][]] Wrong icons used for certain `.tpl` files - [[`#506`][]] Error thrown when changing project paths in Nuclide -[facebook/nuclide#951]: https://github.com/facebook/nuclide/issues/951#issuecomment-271536602 [`#471`]: https://github.com/file-icons/atom/issues/471#issuecomment-271532231 [`#501`]: https://github.com/file-icons/atom/issues/501 [`#505`]: https://github.com/file-icons/atom/issues/505 @@ -1021,7 +1020,8 @@ Contributors should take heed of the new [submission process](https://github.com Initial release. -[Unpublished]: https://github.com/file-icons/atom/compare/v2.0.7...HEAD +[Unpublished]: https://github.com/file-icons/atom/compare/v2.0.8...HEAD +[2.0.8]: https://github.com/file-icons/atom/releases/tag/v2.0.8 [2.0.7]: https://github.com/file-icons/atom/releases/tag/v2.0.7 [2.0.6]: https://github.com/file-icons/atom/releases/tag/v2.0.6 [2.0.5]: https://github.com/file-icons/atom/releases/tag/v2.0.5 diff --git a/package.json b/package.json index f182f997..ac91210a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "file-icons", "main": "lib/main.js", - "version": "2.0.7", + "version": "2.0.8", "private": true, "description": "Assign file extension icons and colours for improved visual grepping", "repository": "https://github.com/file-icons/atom",