From 9f6ea75fc137e799eaa81c300b6332475250a66c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Jan 2023 22:37:15 +0000 Subject: [PATCH] chore(release): 0.14.0 [skip ci] # [0.14.0](https://github.com/arlyon/stailwc/compare/0.13.0...0.14.0) (2023-01-25) ### Features * add typescript type support ([a57d722](https://github.com/arlyon/stailwc/commit/a57d722c2a50c6d77c49882567decd1119c5699b)) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 6 +++--- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96bfbf4..4d80053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.14.0](https://github.com/arlyon/stailwc/compare/0.13.0...0.14.0) (2023-01-25) + + +### Features + +* add typescript type support ([a57d722](https://github.com/arlyon/stailwc/commit/a57d722c2a50c6d77c49882567decd1119c5699b)) + # [0.13.0](https://github.com/arlyon/stailwc/compare/0.12.0...0.13.0) (2023-01-20) diff --git a/Cargo.toml b/Cargo.toml index ac7562b..9f7adec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" name = "stailwc" readme = "readme.md" repository = "https://github.com/arlyon/stailwc" -version ="0.13.0" +version ="0.14.0" [lib] crate-type = ["cdylib"] @@ -29,8 +29,8 @@ serde = "1" serde_json = "1.0.83" serde_path_to_error = "0.1.8" swc_core = {version = "=0.55.5", features = ["ecma_visit", "ecma_ast", "ecma_plugin_transform"]} -tailwind-config = {version ="0.13.0", path = "crates/tailwind-config"} -tailwind-parse = {version ="0.13.0", path = "crates/tailwind-parse"} +tailwind-config = {version ="0.14.0", path = "crates/tailwind-config"} +tailwind-parse = {version ="0.14.0", path = "crates/tailwind-parse"} tracing = "0.1.36" [dev-dependencies] diff --git a/package.json b/package.json index d9e6d86..381986a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stailwc", - "version": "0.13.0", + "version": "0.14.0", "description": "An experimental transpiler to bring tailwind macros to SWC rocket", "author": "arlyon@me.com", "license": "MIT",