We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0954cc6 commit 64980f6Copy full SHA for 64980f6
pkg/sass_api/CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 14.2.1
+## 14.3.0
2
3
* Add `NodePackageImporter`, which loads `pkg:` URLs from `node_modules` within
4
the provided `entryPointDirectory`.
pkg/sass_api/pubspec.yaml
@@ -2,7 +2,7 @@ name: sass_api
# Note: Every time we add a new Sass AST node, we need to bump the *major*
# version because it's a breaking change for anyone who's implementing the
# visitor interface(s).
5
-version: 14.2.1
+version: 14.3.0
6
description: Additional APIs for Dart Sass.
7
homepage: https://github.com/sass/dart-sass
8
0 commit comments