From b046f8ddd0e52de0bff528750151f112893b55d0 Mon Sep 17 00:00:00 2001 From: Alhadis Date: Fri, 15 Dec 2017 20:04:09 +1100 Subject: [PATCH] Release v2.1.15 --- CHANGELOG.md | 10 ++++++++-- package.json | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84121dea..5f47f469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,15 +3,21 @@ 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.14...HEAD +[Unpublished]: https://github.com/file-icons/atom/compare/v2.1.15...HEAD -[Unpublished] +[v2.1.15] - 2017-12-15 ---------------------- ### Added - **New icons:** Robots (`robots.txt`) - **Support:** AppVeyor (`.appveyor.yml`), Bundler (`.gemfile`), Data (`.hson`) +### Fixed +- [[`#685`][]]: Error thrown when displaying MRU list with a blank tab open + +[v2.1.15]: https://github.com/file-icons/atom/releases/tag/v2.1.15 +[`#685`]: https://github.com/file-icons/atom/issues/685 + [v2.1.14] - 2017-11-20 diff --git a/package.json b/package.json index 2009b619..5f6d3fce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "file-icons", "main": "lib/main.js", - "version": "2.1.14", + "version": "2.1.15", "private": true, "description": "Assign file extension icons and colours for improved visual grepping", "repository": "https://github.com/file-icons/atom",