diff --git a/CHANGELOG.md b/CHANGELOG.md index da412ac4..29ff2f69 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.21...HEAD +[Unpublished]: https://github.com/file-icons/atom/compare/v2.1.22...HEAD -Unpublished +[v2.1.22] - 2018-07-03 ---------------------- ### Added - **New icons:** FASTA (`.fasta`, `.fa`, `.fastq`, `.fq`, `.fna`, `.faa`, `.ffn`, `.sam`), MDX (`.mdx`) @@ -18,6 +18,7 @@ Unpublished ### Changed - `.inx` extension now associated with Inkscape, not InDesign +[v2.1.22]: https://github.com/file-icons/atom/releases/tag/v2.1.22 [Styled Components]: https://github.com/styled-components [`#39`]: https://github.com/file-icons/source/issues/39 [`#739`]: https://github.com/file-icons/atom/issues/739 diff --git a/package.json b/package.json index 433cb42a..bf329bf8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "file-icons", "main": "lib/main.js", - "version": "2.1.21", + "version": "2.1.22", "private": true, "description": "Assign file extension icons and colours for improved visual grepping", "repository": "https://github.com/file-icons/atom",