Skip to content

Commit a6ee576

Browse files
committed
Release v2.1.44
1 parent e973822 commit a6ee576

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 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.43...HEAD
6+
[Unpublished]: https://github.com/file-icons/atom/compare/v2.1.44...HEAD
77

88

9-
[Unpublished]
9+
[v2.1.44] - 2020-11-02
1010
----------------------
1111
### Added
1212
- **New icons:** Awk (`.auk`, `.{g,m,n,}awk`), Binder (`{dev-,}requirements.txt`), Blitz BASIC (`.bb`, `.decls`), Bloc (`bloc` directories), Bors (`bors.toml`), Buildkite (`.buildkite` directories), Calva (`*.calva-repl`), DUB (`.dub` directories, `dub{.selections,}.{json,sdl}`), Fauna (`.faunarc`, `.fql`), Gitpod (`.gitpod.yml`), GraphQL Code Generator (`codegen.{json,yaml,yml}`), Haskell IDE Engine (`hie.yaml*`), Kibo (`.hypr`, `.hypr.live`), Lark (`.lark`), Modern Web (`web-{dev-server,test-runner}.config.{cjs,js,mjs,ts}`), Nokogiri, NumPy (Updated branding), NWScript (`.ncs`, `.ndb`, `.nss`), Ogone (`.o3`, `.ogone`), pytest (`pytest.ini`), Read the Docs (`readthedocs.yml`), ReScript (`.resi`), RubyGems (`.gemspec`), Snowpack (`snowpack.config.{cjs,js,json,mjs,ts}`), Spacengine (`.spe`), Stitches (`stitches.config.{cjs,js,mjs,ts}`), W3C (`w3c.json`), Warcraft III (`.jass`, `.wc3`, `.zn`)
@@ -20,6 +20,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2020
- `.simplecov` and `.yardopts` now show Ruby config-icons
2121
- `.jsbeautifyrc`, `.jshintrc` and `.jscsrc` now show JavaScript config-icons
2222

23+
[v2.1.44]: https://github.com/file-icons/atom/releases/tag/v2.1.44
24+
2325

2426

2527
[v2.1.43] - 2020-09-19

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.43",
4+
"version": "2.1.44",
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)