Skip to content

Commit 1e27aeb

Browse files
authored
Add a changelog entry for sass/embedded-host-node#338 (#2384)
1 parent 73ff9a9 commit 1e27aeb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
* **Potentially breaking bug fix:** Adding text after an explicit `*/` in the
77
indented syntax is now an error, rather than silently generating invalid CSS.
88

9+
### Embedded Host
10+
11+
* Properly export the `SassBoolean` type.
12+
913
## 1.79.5
1014

1115
* Changes to how `selector.unify()` and `@extend` combine selectors:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass
2-
version: 1.79.6-dev
2+
version: 1.79.6
33
description: A Sass implementation in Dart.
44
homepage: https://github.com/sass/dart-sass
55

0 commit comments

Comments
 (0)