Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thgh committed Dec 22, 2019
1 parent 638f927 commit 5f7a708
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ All notable changes to `rollup-plugin-scss` will be documented in this file.

## [Unreleased]

## [2.0.0] - 2019-12-22
### Changed
- Add `node_modules/` in includePaths by default
- Fix cases where output `css` is null or undefined
- Update dependencies

## [1.0.0] - 2019-02-04
### Update
- Update `ongenerate` to `generateBundle`

[Unreleased]: https://github.com/thgh/rollup-plugin-scss/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/thgh/rollup-plugin-scss/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/thgh/rollup-plugin-scss/compare/v1.0.0...v2.0.0
[1.0.0]: https://github.com/thgh/rollup-plugin-scss/compare/v0.0.1...v1.0.0
[0.0.1]: https://github.com/thgh/rollup-plugin-scss/releases
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-scss",
"version": "1.0.2",
"version": "2.0.0",
"description": "Rollup multiple .scss, .sass and .css imports",
"main": "index.cjs.js",
"module": "index.es.js",
Expand Down

0 comments on commit 5f7a708

Please sign in to comment.