Skip to content

Commit 76e34d9

Browse files
committed
Bump package version
1 parent ce08218 commit 76e34d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jetpack-boost-critical-css-gen",
33
"main": "./lib/index.js",
44
"description": "Critical CSS Generator capable of running in-browser (iframes) or on server-side (NodeJS + playwright). Built for use with Jetpack Boost.",
5-
"version": "0.0.9",
5+
"version": "0.0.10",
66
"license": "GPL-2.0-or-later",
77
"type": "module",
88
"scripts": {

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export { generateCriticalCSS } from './generate-critical-css';
66

77
export * from './errors';
88

9-
export const version = '0.0.9';
9+
export const version = '0.0.10';

0 commit comments

Comments
 (0)