Skip to content

Commit 5d0df70

Browse files
committed
v1.0.4
1 parent 1c59c4c commit 5d0df70

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
#### 1.0.4
4+
5+
Uses the `generateBundle` hook rather than the deprecated `ongenerate` and `onwrite` hooks. ([#3](https://github.com/Evercoder/rollup-plugin-css-bundle/pull/3) by [@iamDecode](https://github.com/iamDecode))
6+
37
#### 1.0.3
48

59
Makes the plugin compatible with recent versions of Rollup, currently 0.6.66. ([#1](https://github.com/Evercoder/rollup-plugin-css-bundle/issues/1), [#2](https://github.com/Evercoder/rollup-plugin-css-bundle/pulls/2) — thanks [@iamDecode](https://github.com/iamDecode)!)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-css-bundle",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A Rollup plugin to extract CSS into a single external file",
55
"main": "dist/index.js",
66
"module": "src/index.js",

0 commit comments

Comments
 (0)