Skip to content

Commit ca254e1

Browse files
committed
Bumps to v4.4.0
1 parent 773adec commit ca254e1

4 files changed

Lines changed: 644 additions & 193 deletions

File tree

.github/workflows/cd-stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v2
1515
- name: Setup node
16-
uses: actions/setup-node@v1
16+
uses: actions/setup-node@v2
1717
with:
18-
node-version: '12.x'
18+
node-version: '14'
1919
- name: Setup Environment
2020
run: node -e "console.log('PACKAGE_VERSION=' + require('./package.json').version + '\nPACKAGE_NAME=' + require('./package.json').name + '-' + require('./package.json').version)" >> $GITHUB_ENV
2121
- name: Verify versions

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [4.4.0] - 2021-11-09
8+
9+
### Added
10+
11+
- Adds muted colors for editor bracket pair matching to all the themes
12+
- Adds inlay hint colors to all the themes
13+
14+
### Changed
15+
16+
- Minor other changes and polish
17+
718
## [4.3.0] - 2021-03-04
819

920
### Added

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "amethyst-theme",
33
"displayName": "Amethyst Themes",
44
"description": "A set of purple light and dark themes",
5-
"version": "4.3.0",
5+
"version": "4.4.0",
66
"publisher": "eamodio",
77
"engines": {
8-
"vscode": "^1.54.0"
8+
"vscode": "^1.62.0"
99
},
1010
"license": "SEE LICENSE IN LICENSE",
1111
"categories": [
@@ -61,7 +61,7 @@
6161
"pub": "git clean -df && vsce publish"
6262
},
6363
"devDependencies": {
64-
"prettier": "2.2.1",
65-
"vsce": "1.85.1"
64+
"prettier": "2.4.1",
65+
"vsce": "2.2.0"
6666
}
6767
}

0 commit comments

Comments
 (0)