Skip to content

Commit

Permalink
Version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMagnus committed Jan 17, 2024
1 parent a186563 commit 151ac95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to the "vscode-phosphor" extension will be documented in thi
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).

## [0.9.0] - 2024-01-17

- Syntax highlighting for class instantiation.

## [0.8.0] - 2024-01-02

- Keyword "var" renamed to "let".
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Phosphor for Visual Studio Code",
"author": "Benedikt Magnus",
"publisher": "PhosphorLang",
"version": "0.8.0-dev",
"version": "0.9.0",
"license": "MIT",
"categories": [
"Programming Languages"
Expand Down

0 comments on commit 151ac95

Please sign in to comment.