diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cb93bb..df2b4b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.2.2](https://github.com/willofindie/vscode-cssvar/compare/v2.2.1...v2.2.2) - 2022-09-15 +### Features +- [#63](https://github.com/willofindie/vscode-cssvar/issues/63) Add support to fetch remote http file content + - Remote file present in CSS `@import` or in extension setting will be fetched. +- Add sponsors to Readme +### Fixed +- Definition Provider for url imports +- Test cases + ## [2.2.1](https://github.com/willofindie/vscode-cssvar/compare/v2.2.0...v2.2.1) - 2022-09-05 ### Features - [#65](https://github.com/willofindie/vscode-cssvar/issues/65) Dedupe CSS variables per file. diff --git a/README.md b/README.md index 0b1ff4a..afa602a 100644 --- a/README.md +++ b/README.md @@ -286,8 +286,8 @@ This Extension supports the following properties as of now:

Phoenisx Sponsors

- - + +

diff --git a/img/sponsors.png b/img/sponsors.png new file mode 100644 index 0000000..95fa208 Binary files /dev/null and b/img/sponsors.png differ diff --git a/img/sponsors.svg b/img/sponsors.svg deleted file mode 100644 index 1f2ae67..0000000 --- a/img/sponsors.svg +++ /dev/null @@ -1,23 +0,0 @@ - - - - -Silver Sponsors - Jenna Smith - - - diff --git a/package.json b/package.json index 7a1af35..eb417bb 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "typescript" ], "description": "Intellisense support for CSS Variables", - "version": "2.2.1", + "version": "2.2.2", "publisher": "phoenisx", "license": "MIT", "homepage": "https://github.com/willofindie/vscode-cssvar",