Skip to content

Commit 807a7fa

Browse files
committed
Release v2.1.41
1 parent 380ad4f commit 807a7fa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Change Log
33
All notable changes to the project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
[Unpublished]: https://github.com/file-icons/atom/compare/v2.1.40...HEAD
6+
[Unpublished]: https://github.com/file-icons/atom/compare/v2.1.41...HEAD
77

88

9-
[Unpublished]
9+
[v2.1.41] - 2020-05-09
1010
----------------------
1111
### Added
1212
- **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`)
@@ -20,6 +20,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2020
- Renamed `Bazel` entry to `Starlark`
2121
- UnrealScript files now coloured grey
2222

23+
[v2.1.41]: https://github.com/file-icons/atom/releases/tag/v2.1.41
2324
[`#812`]: https://github.com/file-icons/atom/issues/812
2425
[CPC]: https://en.wikipedia.org/wiki/Cartesian_Perceptual_Compression
2526
[CpcdosC+]: https://cpcdos.net/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "file-icons",
33
"main": "lib/main.js",
4-
"version": "2.1.40",
4+
"version": "2.1.41",
55
"private": true,
66
"description": "Assign file extension icons and colours for improved visual grepping",
77
"repository": "https://github.com/file-icons/atom",

0 commit comments

Comments
 (0)