Skip to content

Commit 08fb490

Browse files
committed
Update changelog and bump version
1 parent ac4e07f commit 08fb490

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.0.1
2+
3+
### Module Migrator
4+
5+
* Improve ordering of `@use` and `@forward` rules.
6+
7+
* Fix a bug in the migrating of configurable variables. Variables should now
8+
only be considered configured when the configuring declaration is upstream of
9+
the `!default` declaration.
10+
111
## 1.0.0
212

313
* Initial release.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sass_migrator
2-
version: 1.0.0
2+
version: 1.0.1
33
description: A tool for running migrations on Sass files
44
author: Jennifer Thakar <[email protected]>
55
homepage: https://github.com/sass/migrator

0 commit comments

Comments
 (0)