Skip to content

Commit c1d8d0a

Browse files
committed
chore: Version 1.0.11
1 parent 9e0c3be commit c1d8d0a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## 1.0.11 - 2022.12.12
6+
### Changed
7+
* Refactored the tests to use snapshots
8+
9+
### Fixed
10+
* Fixed an issue where the plugin was being bundled as ESM, when it should be CommonJS for broader (and backwards) compatibility ([#9](https://github.com/nystudio107/rollup-plugin-critical/issues/9))
11+
512
## 1.0.10 - 2022.12.11
613
### Added
714
* Add `eslint` to the build phase

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)