Skip to content

Commit

Permalink
Bumps to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Nov 9, 2021
1 parent 773adec commit ca254e1
Show file tree
Hide file tree
Showing 4 changed files with 644 additions and 193 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '14'
- name: Setup Environment
run: node -e "console.log('PACKAGE_VERSION=' + require('./package.json').version + '\nPACKAGE_NAME=' + require('./package.json').name + '-' + require('./package.json').version)" >> $GITHUB_ENV
- name: Verify versions
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

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

## [4.4.0] - 2021-11-09

### Added

- Adds muted colors for editor bracket pair matching to all the themes
- Adds inlay hint colors to all the themes

### Changed

- Minor other changes and polish

## [4.3.0] - 2021-03-04

### Added
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "amethyst-theme",
"displayName": "Amethyst Themes",
"description": "A set of purple light and dark themes",
"version": "4.3.0",
"version": "4.4.0",
"publisher": "eamodio",
"engines": {
"vscode": "^1.54.0"
"vscode": "^1.62.0"
},
"license": "SEE LICENSE IN LICENSE",
"categories": [
Expand Down Expand Up @@ -61,7 +61,7 @@
"pub": "git clean -df && vsce publish"
},
"devDependencies": {
"prettier": "2.2.1",
"vsce": "1.85.1"
"prettier": "2.4.1",
"vsce": "2.2.0"
}
}
Loading

0 comments on commit ca254e1

Please sign in to comment.