Skip to content

Commit b3f7dad

Browse files
committed
Version 1.0.7
Signed-off-by: Andrew Welch <andrew@nystudio107.com>
1 parent 624f6b2 commit b3f7dad

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.7 - 2021-06-02
6+
### Changed
7+
* Switched to `tsup` for bundling
8+
59
## 1.0.6 - 2021-06-01
610
### Fixed
711
* Fixed build of `dist/index.d.ts` to have the correct default export by sourcing `index.ts`

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

0 commit comments

Comments
 (0)