Skip to content

Commit fb89ab3

Browse files
Release version 0.15.1
1 parent f644cc2 commit fb89ab3

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@
88

99
<!--lint disable no-duplicate-headings no-duplicate-headings-in-section-->
1010

11+
# 0.15.1
12+
13+
![Release Date: 2021-02-01](https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2021-02-01&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.15.1&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/projects/25) [![Milestone](https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.15.1&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/21)
14+
15+
[Show all commits][gh-compare-tag-v0.15.0_v0.15.1]
16+
17+
This release version mainly migrates a NPM package dependency that has been deprecated and deleted from the registry to the new package.
18+
19+
## Bug Fixes
20+
21+
<details>
22+
<summary><strong>Switch to new ESLint configuration preset package</strong> — #190 (⊶ 13ef97ec) by <a href="https://github.com/kremalicious" target="_blank">@kremalicious</a></summary>
23+
24+
↠ Before the [`eslint-config-arcticicestudio-base` NPM package][npm-eslint-config-arcticicestudio-base] was used which has been deprecated and also deleted from the registry.
25+
Because the goal of the deprecation was to move to the new [`@arcticicestudio/eslint-config-base` package][npm-@arcticicestudio/eslint-config-base] anyway it has now been switched.
26+
27+
</details>
28+
1129
# 0.15.0
1230

1331
![Release Date: 2020-06-23](https://img.shields.io/static/v1.svg?style=flat-square&label=Release%20Date&message=2020-06-23&colorA=4c566a&colorB=88c0d0) [![Project Board](https://img.shields.io/static/v1.svg?style=flat-square&label=Project%20Board&message=0.15.0&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/projects/24) [![Milestone](https://img.shields.io/static/v1.svg?style=flat-square&label=Milestone&message=0.15.0&colorA=4c566a&colorB=88c0d0)](https://github.com/arcticicestudio/nord-visual-studio-code/milestone/20)
@@ -1085,3 +1103,9 @@ Detailed information about features, supported languages and install instruction
10851103
[vsc-rln-1.45]: https://code.visualstudio.com/updates/v1_45
10861104
[vsc-rln-1.45#editor_title_border]: https://code.visualstudio.com/updates/v1_45#_new-theme-color-for-editor-title-border
10871105
[vscode-docs-theme_color#mm]: https://code.visualstudio.com/api/references/theme-color#minimap
1106+
1107+
<!-- v0.15.1 -->
1108+
1109+
[gh-compare-tag-v0.15.0_v0.15.1]: https://github.com/arcticicestudio/nord-visual-studio-code/compare/v0.15.0...v0.15.1
1110+
[npm-@arcticicestudio/eslint-config-base]: https://www.npmjs.com/package/@arcticicestudio/eslint-config-base
1111+
[npm-eslint-config-arcticicestudio-base]: https://www.npmjs.com/package/eslint-config-arcticicestudio-base

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nord-visual-studio-code",
33
"displayName": "Nord",
44
"description": "An arctic, north-bluish clean and elegant Visual Studio Code theme.",
5-
"version": "0.15.0",
5+
"version": "0.15.1",
66
"publisher": "arcticicestudio",
77
"author": {
88
"name": "Arctic Ice Studio",

0 commit comments

Comments
 (0)