From e2a02b61ed36c7de546ccd276f8dadb267fc2c84 Mon Sep 17 00:00:00 2001 From: Alhadis Date: Fri, 21 Sep 2018 00:41:10 +1000 Subject: [PATCH] Release v2.1.25 --- CHANGELOG.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b18318..3ff77788 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.24...HEAD +[Unpublished]: https://github.com/file-icons/atom/compare/v2.1.25...HEAD -[Unpublished] +[v2.1.25] - 2018-09-21 ---------------------- ### Added - **Support:** Ansible (`*/roles/*/{defaults,vars,tests,meta}/*.yml`), Data (`.yasnippet`, `.yas`, `figmagic`), ESDoc (`esdoc.js`), INI (`.flc`), PostScript (`.gsf`), Readmes (`FAQ`, `*.faq`) @@ -19,6 +19,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - [[`#721`][]]: Exception thrown when registering symbolic links - [[`#754`][]]: Exception thrown from nulled service disposable +[v2.1.25]: https://github.com/file-icons/atom/releases/tag/v2.1.25 [`#721`]: https://github.com/file-icons/atom/issues/721 [`#754`]: https://github.com/file-icons/atom/issues/754 [`atom-fs@0.1.6`]: https://github.com/file-icons/Atom-FS/releases/tag/v0.1.6 diff --git a/package.json b/package.json index 7292521b..2ab21233 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "file-icons", "main": "lib/main.js", - "version": "2.1.24", + "version": "2.1.25", "private": true, "description": "Assign file extension icons and colours for improved visual grepping", "repository": "https://github.com/file-icons/atom",