Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranstrom committed Sep 10, 2017
1 parent 1ce284a commit 1eb9af1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
<a name="1.0.1"></a>
## 1.0.1 (2017-09-10)

* docs: update plugins doc ([1ce284a](https://github.com/jgranstrom/sass-extract/commit/1ce284a))
* feat(plugins): allow plugin to be applied by module name ([d755564](https://github.com/jgranstrom/sass-extract/commit/d755564))
* test: fix rounding issue across sass versions ([c1421de](https://github.com/jgranstrom/sass-extract/commit/c1421de))
* test: fix tested order of map test ([6f3a454](https://github.com/jgranstrom/sass-extract/commit/6f3a454))
* test: fix windows compat in order test ([9ead430](https://github.com/jgranstrom/sass-extract/commit/9ead430))



<a name="1.0.0"></a>
# 1.0.0 (2017-09-10)

* chore(release): 1.0.0 ([518411b](https://github.com/jgranstrom/sass-extract/commit/518411b))
* docs: add tests for mutliline comments ([0bb6fef](https://github.com/jgranstrom/sass-extract/commit/0bb6fef))
* docs: added docs for plugins ([62a1963](https://github.com/jgranstrom/sass-extract/commit/62a1963))
* feat(parse): add support for explicit global declarations within mixin and function blocks ([9780f13](https://github.com/jgranstrom/sass-extract/commit/9780f13))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass-extract",
"version": "1.0.0",
"version": "1.0.1",
"description": "Extract structured variables from sass files. Fast and accurate.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 1eb9af1

Please sign in to comment.