From c7c629475a0174865c3ddb9698183ac8d2f96bfc Mon Sep 17 00:00:00 2001 From: mununki Date: Mon, 5 Aug 2024 13:46:57 +0900 Subject: [PATCH] release v0.1.13 --- CHANGELOG.md | 4 ++++ package.json | 2 +- res_tailwindcss.opam | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1422104..d7e3bc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +# 0.1.13 + +- Support the descendant combinator + # 0.1.12 - Build the executable with static linking for Linux with musl diff --git a/package.json b/package.json index 3b16e16..a26dd36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@greenlabs/res-tailwindcss", - "version": "0.1.12", + "version": "0.1.13", "description": "ReScript PPX validates the tailwindcss class names", "license": "MIT", "author": "Greenlabs Dev ", diff --git a/res_tailwindcss.opam b/res_tailwindcss.opam index dbdec32..0079f42 100644 --- a/res_tailwindcss.opam +++ b/res_tailwindcss.opam @@ -1,6 +1,6 @@ opam-version: "2.0" name: "res_tailwindcss" -version: "0.1.12" +version: "0.1.13" synopsis: "PPX validates the tailwindcss class names" description: """ ppx_tailwindcss validates the tailwindcss class names in compile time.