Skip to content

Commit 44be7ed

Browse files
committed
2.6.1
1 parent 6721972 commit 44be7ed

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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+
## [7219724ae4a3688c9a1f3ebe577e8a37deae17e](https://github.com/willofindie/vscode-cssvar/compare/v2.6.0...67219724ae4a3688c9a1f3ebe577e8a37deae17e) - 2023-03-05
8+
### Fixes
9+
- [#99](https://github.com/willofindie/vscode-cssvar/issues/99) File extensions and languageIds are represented by `cssvar.extensions` setting.
10+
11+
712
## [2.6.0](https://github.com/willofindie/vscode-cssvar/compare/v2.5.0...v2.6.0) - 2023-03-05
813
### Fixes
914
- [#97](https://github.com/willofindie/vscode-cssvar/issues/97) ignore incomplete node_module import paths

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.0",
23+
"version": "2.6.1",
2424
"publisher": "phoenisx",
2525
"license": "MIT",
2626
"homepage": "https://github.com/willofindie/vscode-cssvar",

0 commit comments

Comments
 (0)