Skip to content

Commit 8d69add

Browse files
committed
v1.0.3
1 parent 47751b8 commit 8d69add

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
22

3-
#### Unreleased
3+
#### 1.0.3
44

55
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.2",
3+
"version": "1.0.3",
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)