Skip to content

Commit 84f2476

Browse files
committed
Release v2.1.23
1 parent a166d72 commit 84f2476

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@ Change Log
33
All notable changes to the project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
[Unpublished]: https://github.com/file-icons/atom/compare/v2.1.22...HEAD
6+
[Unpublished]: https://github.com/file-icons/atom/compare/v2.1.23...HEAD
77

88

9-
[Unpublished]
9+
[v2.1.23]
1010
----------------------
1111
### Added
1212
- **New icons:** Affinity Designer (`.afdesign`), Lektor (`.lr`, `.lektorproject`), Modula-3/Quake (`.i3`, `.ig`, `.m3`, `.mg`, `m3makefile`, `m3overrides`), PICO-8 (`.p8`), Serverless (`serverless.yml`)
1313
- **Support:** Ansible (`*/roles/*/{tasks,handlers}/*.yml`, `/{group,host}_vars/*.yml`), Junos (`*.slax`), Images (`.jpeg`, `.pxm`, `.pxb`, `.pxg`, `.pxls`, `.pxs`)
1414
- [[`#748`][]]: Significantly better support for [Webpack configs][], which no longer require `config` or `conf` to be part of the filename.
1515

16+
[v2.1.23]: https://github.com/file-icons/atom/releases/tag/v2.1.23
1617
[Webpack configs]: https://webpack.js.org/guides/production/
1718
[`#748`]: https://github.com/file-icons/atom/issues/748
1819

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "file-icons",
33
"main": "lib/main.js",
4-
"version": "2.1.22",
4+
"version": "2.1.23",
55
"private": true,
66
"description": "Assign file extension icons and colours for improved visual grepping",
77
"repository": "https://github.com/file-icons/atom",

0 commit comments

Comments
 (0)