Skip to content

Commit

Permalink
Release v2.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Aug 13, 2018
1 parent a166d72 commit 84f2476
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 84f2476

Please sign in to comment.