Skip to content

Commit

Permalink
Release v2.1.43
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Sep 19, 2020
1 parent a67e853 commit a5aa722
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@ 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.42...HEAD
[Unpublished]: https://github.com/file-icons/atom/compare/v2.1.43...HEAD


[v2.1.43] - 2020-09-19
----------------------
### Added
- **New icons:** Apollo (`apollo.config.js`), For the Record (`.trm`), OpenEXR (`.exr`), OpenZFS (`vdev{0..9}`), rsync (`rsyncd.conf`), V-Ray (`.vrimg`), Wine (`.wine`), YAMLLint (`.yamllint`)
- **Support**: CoffeeScript (`.coffee.md`), Config: Python (`poetry.lock`), Generic (`.asl`, `.dsl`), GraphQL (`graphql.config.js`, `.graphqlrc{,.{json,js,yaml,yml}}`), Lex (`lexer.x`), NGINX (`.nginx`), Ruby (`.simplecov`), Table of Contents (`.listing`), VimL (`.exrc`, `.nexrc`)
- Improved recognition for Unicode database files

[v2.1.43]: https://github.com/file-icons/atom/releases/tag/v2.1.43



[v2.1.42] - 2020-07-25
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "file-icons",
"main": "lib/main.js",
"version": "2.1.42",
"version": "2.1.43",
"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 a5aa722

Please sign in to comment.