Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thgh committed Nov 19, 2020
1 parent 07d1d48 commit 54152e1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to `rollup-plugin-css-only` will be documented in this file.

## [Unreleased]

## [3.0.0] - 2020-11-19
### Changed
- Maintain import order of stylesheets when combining #21 @staydecent
- Use emitFile instead of outputFile #24 @benmccann
- Upgrade dependencies @thgh

## [2.1.0] - 2020-06-02
### Added
- Mark as compatible with rollup 2 #14 @yagebu

### Changed
- Fix file writing errors #19 @aminya
- Upgrade dependencies #14 @yagebu

## [2.0.0] - 2019-12-21
### Added
- Add `bundle` as 3rd argument in `output` function @lazyhero
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": "rollup-plugin-css-only",
"version": "2.1.0",
"version": "3.0.0",
"description": "Rollup plugin that bundles imported css",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 54152e1

Please sign in to comment.