Skip to content

Commit 3fc1ff1

Browse files
committed
chore: Version 1.0.12
1 parent 7c8c5dd commit 3fc1ff1

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
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 1.0.12 - 2022.12.12
6+
### Fix
7+
* Fix import of the now ESM-only `critical` package into the CJS build of `rollup-plugin-critical` ([#9](https://github.com/nystudio107/rollup-plugin-critical/issues/9))
8+
59
## 1.0.11 - 2022.12.12
610
### Changed
711
* Refactored the tests to use snapshots

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-critical",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"description": "Rollup plugin to generate critical CSS.",
55
"author": "nystudio107",
66
"license": "MIT",

0 commit comments

Comments
 (0)