From 84f24765bc00b000b876636bb19aebc082fdff6b Mon Sep 17 00:00:00 2001 From: Alhadis Date: Mon, 13 Aug 2018 23:20:58 +1000 Subject: [PATCH] Release v2.1.23 --- CHANGELOG.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d77bf16..78c6bc73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,16 +3,17 @@ 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.22...HEAD +[Unpublished]: https://github.com/file-icons/atom/compare/v2.1.23...HEAD -[Unpublished] +[v2.1.23] ---------------------- ### Added - **New icons:** Affinity Designer (`.afdesign`), Lektor (`.lr`, `.lektorproject`), Modula-3/Quake (`.i3`, `.ig`, `.m3`, `.mg`, `m3makefile`, `m3overrides`), PICO-8 (`.p8`), Serverless (`serverless.yml`) - **Support:** Ansible (`*/roles/*/{tasks,handlers}/*.yml`, `/{group,host}_vars/*.yml`), Junos (`*.slax`), Images (`.jpeg`, `.pxm`, `.pxb`, `.pxg`, `.pxls`, `.pxs`) - [[`#748`][]]: Significantly better support for [Webpack configs][], which no longer require `config` or `conf` to be part of the filename. +[v2.1.23]: https://github.com/file-icons/atom/releases/tag/v2.1.23 [Webpack configs]: https://webpack.js.org/guides/production/ [`#748`]: https://github.com/file-icons/atom/issues/748 diff --git a/package.json b/package.json index a400d4c1..786accaa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "file-icons", "main": "lib/main.js", - "version": "2.1.22", + "version": "2.1.23", "private": true, "description": "Assign file extension icons and colours for improved visual grepping", "repository": "https://github.com/file-icons/atom",