From 5d0df7047b1ed356abf62dfd0d43f67c072a5bad Mon Sep 17 00:00:00 2001 From: Dan Burzo Date: Wed, 7 Nov 2018 10:11:08 +0200 Subject: [PATCH] v1.0.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5d9e5e..327c350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +#### 1.0.4 + +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)) + #### 1.0.3 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)!) diff --git a/package.json b/package.json index 813346d..c668593 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-plugin-css-bundle", - "version": "1.0.3", + "version": "1.0.4", "description": "A Rollup plugin to extract CSS into a single external file", "main": "dist/index.js", "module": "src/index.js",