From b2f9f00c005a2f52752793903c6866518c76713e Mon Sep 17 00:00:00 2001 From: Alhadis Date: Tue, 14 Aug 2018 14:16:18 +1000 Subject: [PATCH] Release v2.1.24 --- CHANGELOG.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4df3656..ff4996d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,15 @@ 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.23...HEAD +[Unpublished]: https://github.com/file-icons/atom/compare/v2.1.24...HEAD -[Unpublished] +[v2.1.24] ---------------------- ### Fixed - [[`#753`][]]: Startup breakage for users running Atom 1.23.3 +[v2.1.24]: https://github.com/file-icons/atom/releases/tag/v2.1.24 [`#753`]: https://github.com/file-icons/atom/issues/753#issuecomment-412749410 diff --git a/package.json b/package.json index 786accaa..5485577a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "file-icons", "main": "lib/main.js", - "version": "2.1.23", + "version": "2.1.24", "private": true, "description": "Assign file extension icons and colours for improved visual grepping", "repository": "https://github.com/file-icons/atom",