Skip to content

Commit 93c6879

Browse files
committed
v2.6.2
1 parent 7e0b5c8 commit 93c6879

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.6.2](https://github.com/willofindie/vscode-cssvar/compare/v2.6.1...v2.6.2) - 2023-03-06
8+
### Features
9+
- [#105](https://github.com/willofindie/vscode-cssvar/issues/105) immediately return value of already parsed color css variable.
10+
### Fixes
11+
- changelog typo
12+
13+
714
## [2.6.1](https://github.com/willofindie/vscode-cssvar/compare/v2.6.0...v2.6.1) - 2023-03-05
815
### Fixes
916
- [#99](https://github.com/willofindie/vscode-cssvar/issues/99) File extensions and languageIds are represented by `cssvar.extensions` setting.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"typescript"
2121
],
2222
"description": "Intellisense support for CSS Variables",
23-
"version": "2.6.1",
23+
"version": "2.6.2",
2424
"publisher": "phoenisx",
2525
"license": "MIT",
2626
"homepage": "https://github.com/willofindie/vscode-cssvar",

0 commit comments

Comments
 (0)