diff --git a/CHANGELOG.md b/CHANGELOG.md index 863b7b1..8006aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to the Materialize extension for Visual Studio Code will be documented in this file. +## [0.1.2] - 2023-10-06 + +### Added + - Language Server Protocol (LSP) integration is now available. + - Connections errors are now available in the Profile panel. + +### Fixed + - Staging environments connections are now working. + - Play icon size has been corrected. + - Fix for expired tokens + ## [0.1.1] - 2023-09-15 ### Added diff --git a/package.json b/package.json index 8d53627..10e8486 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "displayName": "Materialize", "description": "Working environment for Materialize.", - "version": "0.1.1", + "version": "0.1.2", "tasks": [ { "problemMatcher": "$esbuild-watch"