Skip to content

Commit

Permalink
Release v2.1.41
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed May 8, 2020
1 parent 380ad4f commit 807a7fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.40...HEAD
[Unpublished]: https://github.com/file-icons/atom/compare/v2.1.41...HEAD


[Unpublished]
[v2.1.41] - 2020-05-09
----------------------
### Added
- **New icons:** CodeMeta (`codemeta.json`), CommitLint (`commitlint.config.js`, `.commitlintrc.{js,json,yml}`), CpcdosC+ (`.cpc`), Dafny (`.dfy`, `.dafny`), GoReleaser (`.goreleaser.yml`), Homebrew (`Brewfile`), Hugo, Kaitai (`.ksy`), Macaulay2 (`.m2`), Mermaid (`.mmd`, `.mermaid`), NEON (`.neon`), Tilt (`Tiltfile`)
Expand All @@ -20,6 +20,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Renamed `Bazel` entry to `Starlark`
- UnrealScript files now coloured grey

[v2.1.41]: https://github.com/file-icons/atom/releases/tag/v2.1.41
[`#812`]: https://github.com/file-icons/atom/issues/812
[CPC]: https://en.wikipedia.org/wiki/Cartesian_Perceptual_Compression
[CpcdosC+]: https://cpcdos.net/
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.40",
"version": "2.1.41",
"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 807a7fa

Please sign in to comment.