File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
55The 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
Original file line number Diff line number Diff line change 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" : [
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}
You can’t perform that action at this time.
0 commit comments