We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624f6b2 commit b3f7dadCopy full SHA for b3f7dad
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## 1.0.7 - 2021-06-02
6
+### Changed
7
+* Switched to `tsup` for bundling
8
+
9
## 1.0.6 - 2021-06-01
10
### Fixed
11
* Fixed build of `dist/index.d.ts` to have the correct default export by sourcing `index.ts`
package.json
@@ -1,6 +1,6 @@
1
{
"name": "rollup-plugin-critical",
- "version": "1.0.6",
+ "version": "1.0.7",
"description": "Rollup plugin to generate critical CSS.",
"author": "nystudio107",
"license": "MIT",
0 commit comments