diff --git a/CHANGELOG.md b/CHANGELOG.md index d2ce621b..b2fd5c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 7451f421..cdde59d5 100644 --- a/package.json +++ b/package.json @@ -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",