From 7bad7eaf984b38ebe5eae5bf1864c47504557051 Mon Sep 17 00:00:00 2001 From: Alhadis Date: Sat, 25 Jul 2020 18:24:12 +1000 Subject: [PATCH] Release v2.1.42 --- CHANGELOG.md | 8 +++++--- package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf1a6163..5b117f94 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.41...HEAD +[Unpublished]: https://github.com/file-icons/atom/compare/v2.1.42...HEAD -[Unpublished] +[v2.1.42] - 2020-07-25 ---------------------- ### Added - **New icons:** API Extractor (`api-extractor{,-base}.json`), Bosque (`.bsq`), Cubit (`cubit{,s}` directories), draw.io (`*.{drawio,dio}.{png,svg}`, `.drawio.*`), DVC (`.dvc` directories), Fabric (`fabric.mod.json`), ftHTML (`.fthtml`), Hygen (`.ejs.t`), Kusto (`.csl`, `.kusto`), jscpd (`jscpd-report.{xml,html,json}`, `.jscpd.json`), Latino (`.lat`), LGTM (`lgtm.yml`), Lighthouse (`{.,}lighthouserc.{yaml,yml,js,json}`), LINQPad (`.linq`), Nx (`nx.json`), Q\# (`.qs`), Rmarkdown (`.rmd`, `.rmarkdown`), TestCafe (`.testcaferc.json`), xmake (`xmake.lua`) @@ -19,14 +19,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - [`daa9906`][] not applying to shell-script tests - Inconsistent icons for JavaScript tests with `.mjs` and `.cjs` extensions -- PKGBUILD using Shell instead of using Arch Linux icon +- `PKGBUILD` using Shell instead of using Arch Linux icon +[v2.1.42]: https://github.com/file-icons/atom/releases/tag/v2.1.42 [test-icon]: https://github.com/file-icons/icons/blob/76bd3c4f8b5be540b47771b0d53e6a435425c4c2/svg/Test-Generic.svg [`daa9906`]: https://github.com/file-icons/atom/commit/daa9906fb4a0627c996f70dae96d060fd273a34d [`#818`]: https://github.com/file-icons/atom/issues/818 [`.bats`]: https://github.com/bats-core/bats-core + [v2.1.41] - 2020-05-09 ---------------------- ### Added diff --git a/package.json b/package.json index a75424f3..7451f421 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "file-icons", "main": "lib/main.js", - "version": "2.1.41", + "version": "2.1.42", "private": true, "description": "Assign file extension icons and colours for improved visual grepping", "repository": "https://github.com/file-icons/atom",