Skip to content

Commit a44ef47

Browse files
authored
v6.1.2 - PR #340 from glenn2223
# 6.1.2 - 2023-11-22 <small>[Compare to previous release][comp:6.1.2]</small> ### Fixed - Fix for a network file-resolution bug introduced in v6.1.1. Closes [#322](#322) ### Updated - `sass` to `1.69.5` [Changelog][cl:sa] - `fdir` to `6.1.1` [Changelog][cl:fd] - `picomatch` to `3.0.1` [Changelog][cl:pm] - `postcss` to `8.4.31` [Changelog][cl:pc] - `autoprefixer` to `10.4.16` [Changelog][cl:ap] - Various dev dependency updates _(nothing user facing)_ [comp:6.1.2]: v6.1.1...v6.1.2 [cl:ap]: https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md [cl:fd]: https://github.com/thecodrr/fdir/releases [cl:pc]: https://github.com/postcss/postcss/blob/main/CHANGELOG.md [cl:pm]: https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md [cl:sa]: https://github.com/sass/dart-sass/blob/main/CHANGELOG.md
2 parents a15ddeb + 17a1ac6 commit a44ef47

File tree

3 files changed

+288
-254
lines changed

3 files changed

+288
-254
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,22 @@ Types of changes
2323

2424
All notable changes to this project will be documented in this file.
2525

26-
## Unreleased
26+
## [6.1.2] - 2023-11-22
27+
28+
<small>[Compare to previous release][comp:6.1.2]</small>
2729

2830
### Fixed
2931

3032
- Fix for a network file-resolution bug introduced in v6.1.1. Closes [#322](https://github.com/glenn2223/vscode-live-sass-compiler/issues/322)
3133

3234
### Updated
3335

36+
- `sass` to `1.69.5` [Changelog][cl:sa]
3437
- `fdir` to `6.1.1` [Changelog][cl:fd]
3538
- `picomatch` to `3.0.1` [Changelog][cl:pm]
39+
- `postcss` to `8.4.31` [Changelog][cl:pc]
40+
- `autoprefixer` to `10.4.16` [Changelog][cl:ap]
41+
- Various dev dependency updates _(nothing user facing)_
3642

3743
## [6.1.1] - 2023-08-18
3844

@@ -764,6 +770,8 @@ All notable changes to this project will be documented in this file.
764770
| 0.0.2 | 11.07.17 | Small description updated. |
765771
| 0.0.1 | 11.07.17 | Initial Preview Release with following key features. <br> – Live SASS & SCSS Compile. <br> – Customizable file location of exported CSS. <br> – Customizable exported CSS Style (`expanded`, `compact`, `compressed`, `nested`.)<br> – Quick Status bar control.<br> – Live Reload to browser (`Live Server` extension dependency). |
766772

773+
[6.1.2]: https://github.com/glenn2223/vscode-live-sass-compiler/releases/tag/v6.1.2
774+
[comp:6.1.2]: https://github.com/glenn2223/vscode-live-sass-compiler/compare/v6.1.1...v6.1.2
767775
[6.1.1]: https://github.com/glenn2223/vscode-live-sass-compiler/releases/tag/v6.1.1
768776
[comp:6.1.1]: https://github.com/glenn2223/vscode-live-sass-compiler/compare/v6.1.0...v6.1.1
769777
[6.1.0]: https://github.com/glenn2223/vscode-live-sass-compiler/releases/tag/v6.1.0

0 commit comments

Comments
 (0)