diff --git a/CHANGELOG.md b/CHANGELOG.md index 34bafe6c..b66c8350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,10 @@ 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.44...HEAD +[Unpublished]: https://github.com/file-icons/atom/compare/v2.1.45...HEAD -[Unpublished] +[v2.1.45] - 2020-12-08 ---------------------- ### Added - **New icons:** Automator (`.workflow`, `.action`, `.cation`, `.definition`), Grapher (`.gcx`), Houdini (`.hipnc`, `.hip`, `.i3d`, `.picnc`), MetaPost (`.mp`, `.mf`), NgRx, OmniGraffle (`.graffle`, `.gdiagramstyle`, `.gstencil`, `.gtemplate`), restQL (`.rql`, `.restql`, `restql.yml`), Sandbox (`.sb`), WinUI (`.baml`, `.xaml`), Wolfram (`.wl`, `.wls`, `.wlt`) @@ -15,6 +15,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Editors blocked from opening when `atom-fs` misidentifies filetype +[v2.1.45]: https://github.com/file-icons/atom/releases/tag/v2.1.45 + [v2.1.44] - 2020-11-02 diff --git a/fonts/file-icons.woff2 b/fonts/file-icons.woff2 index 6fed6406..980bdba2 100644 Binary files a/fonts/file-icons.woff2 and b/fonts/file-icons.woff2 differ diff --git a/package.json b/package.json index ebfd1bc5..abb166f2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "file-icons", "main": "lib/main.js", - "version": "2.1.44", + "version": "2.1.45", "private": true, "description": "Assign file extension icons and colours for improved visual grepping", "repository": "https://github.com/file-icons/atom",