Skip to content

Commit 151ac95

Browse files
Version 0.9.0
1 parent a186563 commit 151ac95

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to the "vscode-phosphor" extension will be documented in thi
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.9.0] - 2024-01-17
9+
10+
- Syntax highlighting for class instantiation.
11+
812
## [0.8.0] - 2024-01-02
913

1014
- Keyword "var" renamed to "let".

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Phosphor for Visual Studio Code",
55
"author": "Benedikt Magnus",
66
"publisher": "PhosphorLang",
7-
"version": "0.8.0-dev",
7+
"version": "0.9.0",
88
"license": "MIT",
99
"categories": [
1010
"Programming Languages"

0 commit comments

Comments
 (0)