Skip to content

Commit b00564a

Browse files
author
Mauricio Paternina
committed
v2.6.0: Add support for TS, GraqhQL. Update styles for .md and .json
1 parent 2469032 commit b00564a

File tree

3 files changed

+511
-159
lines changed

3 files changed

+511
-159
lines changed

CHANGELOG.md

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

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.6.0] - 2021-03-09
8+
9+
### Added
10+
11+
- Add Syntax Support for TypeScript.
12+
13+
- Add Syntax Support for GraphQL.
14+
15+
- Add styles for `sash.hoverBorder`.
16+
17+
### Changed
18+
19+
- Change template/interpolated strings' green to match regular strings'.
20+
21+
### Updated
22+
23+
- Update JSON Colors to match theme's palette.
24+
25+
- Update Markdown Colors to match theme's palette.
26+
727
## [2.5.6] - 2021-02-13
828

929
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "alternight",
33
"displayName": "AlterNight",
44
"description": "A Visual Studio Code theme for those who code at night",
5-
"version": "2.5.6",
5+
"version": "2.6.0",
66
"publisher": "spaceinvadev",
77
"author": {
88
"name": "Mauricio Paternina",

0 commit comments

Comments
 (0)