Skip to content

Commit

Permalink
chore(release): 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranstrom committed Jan 17, 2018
1 parent afd4788 commit d79d596
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
<a name="2.1.0"></a>
# 2.1.0 (2018-01-17)

* feat(importer): add support for custom importers ([fc919a0](https://github.com/jgranstrom/sass-extract/commit/fc919a0))
* docs(readme): add gitter badge ([88ea499](https://github.com/jgranstrom/sass-extract/commit/88ea499))



<a name="2.0.0"></a>
# 2.0.0 (2017-12-02)

* chore(editor): add editorconfig ([dc20a54](https://github.com/jgranstrom/sass-extract/commit/dc20a54))
* chore(package): remove package lock ([f046f82](https://github.com/jgranstrom/sass-extract/commit/f046f82))
* chore(release): 2.0.0 ([1f7cc43](https://github.com/jgranstrom/sass-extract/commit/1f7cc43))
* build(dep): upgrade chai@4 ([7f98676](https://github.com/jgranstrom/sass-extract/commit/7f98676))
* build(dep): upgrade [email protected] ([d561205](https://github.com/jgranstrom/sass-extract/commit/d561205))
* build(dep): upgrade mocha@4 ([88c3ed9](https://github.com/jgranstrom/sass-extract/commit/88c3ed9))
Expand All @@ -22,8 +33,6 @@
* fix(parse): fix declaration dependency parsing with gonzales-pe ([4bfa93c](https://github.com/jgranstrom/sass-extract/commit/4bfa93c))
* fix(parse): fix parsing flags and stringify ([64c7219](https://github.com/jgranstrom/sass-extract/commit/64c7219))
* refactor(deps): remove lodash from stringify ([bb8e560](https://github.com/jgranstrom/sass-extract/commit/bb8e560))
* chore(editor): add editorconfig ([dc20a54](https://github.com/jgranstrom/sass-extract/commit/dc20a54))
* chore(package): remove package lock ([f046f82](https://github.com/jgranstrom/sass-extract/commit/f046f82))
* Fix typo in code example ([e0531e5](https://github.com/jgranstrom/sass-extract/commit/e0531e5))


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": "2.0.0",
"version": "2.1.0",
"description": "Extract structured variables from sass files. Fast and accurate.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit d79d596

Please sign in to comment.