diff --git a/package-lock.json b/package-lock.json index 8f73092..49f9da4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "stylis-plugin-css-variables", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 027e079..58990bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stylis-plugin-css-variables", - "version": "1.0.0", + "version": "1.0.1", "description": "Stylis plugin that transforms CSS variable into static values for non-supported browsers.", "main": "dist/cjs/index.js", "module": "dist/es/index.js",