Skip to content

Commit

Permalink
v6.1.2
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
glenn2223 committed Nov 22, 2023
1 parent a15ddeb commit 17a1ac6
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 254 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,22 @@ Types of changes

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

## Unreleased
## [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](https://github.com/glenn2223/vscode-live-sass-compiler/issues/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)_

## [6.1.1] - 2023-08-18

Expand Down Expand Up @@ -764,6 +770,8 @@ All notable changes to this project will be documented in this file.
| 0.0.2 | 11.07.17 | Small description updated. |
| 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). |

[6.1.2]: https://github.com/glenn2223/vscode-live-sass-compiler/releases/tag/v6.1.2
[comp:6.1.2]: https://github.com/glenn2223/vscode-live-sass-compiler/compare/v6.1.1...v6.1.2
[6.1.1]: https://github.com/glenn2223/vscode-live-sass-compiler/releases/tag/v6.1.1
[comp:6.1.1]: https://github.com/glenn2223/vscode-live-sass-compiler/compare/v6.1.0...v6.1.1
[6.1.0]: https://github.com/glenn2223/vscode-live-sass-compiler/releases/tag/v6.1.0
Expand Down
Loading

0 comments on commit 17a1ac6

Please sign in to comment.