From 74ee93ba715e21bd071817c4a025d8bf3a44be73 Mon Sep 17 00:00:00 2001 From: Shub Date: Sun, 2 Jul 2023 11:38:18 +0530 Subject: [PATCH] v2.6.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",