From a4c3890c21a12f9e5e77a9755dd4f4d1bb384f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donny/=EA=B0=95=EB=8F=99=EC=9C=A4?= Date: Tue, 27 Sep 2022 08:45:39 +0900 Subject: [PATCH] chore: Publish `v0.0.15` --- packages/css/package.json | 2 +- packages/html/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/css/package.json b/packages/css/package.json index fcfeeff..dedf2e5 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@swc/css", - "version": "0.0.14", + "version": "0.0.15", "description": "Super-fast alternative for postcss", "homepage": "https://swc.rs", "main": "./lib/index.js", diff --git a/packages/html/package.json b/packages/html/package.json index a53703f..0543454 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -1,6 +1,6 @@ { "name": "@swc/html", - "version": "0.0.14", + "version": "0.0.15", "description": "Super-fast alternative for posthtml", "homepage": "https://swc.rs", "main": "./lib/index.js",