diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cf7603e..bf00daab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.10...HEAD +[Unpublished]: https://github.com/file-icons/atom/compare/v2.1.11...HEAD -[Unpublished] +[v2.1.11] - 2017-08-17 ---------------------- ### Added - **Support:** GIMP (`.gpl`), Minecraft (`.mcfunction`, `pack.mcmeta`, `.png.mcmeta`) @@ -15,7 +15,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - [[`#639`][]]: Rare exception thrown when loading `.gitattributes` files - Regression with reading contents of opened text-buffers -[`#639`]: https://github.com/file-icons/atom/issues/639 +[v2.1.11]: https://github.com/file-icons/atom/releases/tag/v2.1.11 +[`#639`]: https://github.com/file-icons/atom/issues/639 diff --git a/package.json b/package.json index 788c9721..a0d4c02d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "file-icons", "main": "lib/main.js", - "version": "2.1.10", + "version": "2.1.11", "private": true, "description": "Assign file extension icons and colours for improved visual grepping", "repository": "https://github.com/file-icons/atom",