diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ef7ec3..a845ce7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. 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). + +## [2.6.3](https://github.com/willofindie/vscode-cssvar/compare/v2.6.2...v2.6.3) - 2023-07-02 +### Fixes +- [#108](https://github.com/willofindie/vscode-cssvar/issues/108) fixes remote (@import) fetch redirects + + ## [2.6.2](https://github.com/willofindie/vscode-cssvar/compare/v2.6.1...v2.6.2) - 2023-03-06 ### Features - [#105](https://github.com/willofindie/vscode-cssvar/issues/105) immediately return value of already parsed color css variable. diff --git a/package.json b/package.json index 095c8e7..296e7b9 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "typescript" ], "description": "Intellisense support for CSS Variables", - "version": "2.6.2", + "version": "2.6.3", "publisher": "phoenisx", "license": "MIT", "homepage": "https://github.com/willofindie/vscode-cssvar",