diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f8de989e..5852223d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## 3.3.7 + +### Fixed + +- 使用新的 `Tokenizer` 来对 `wxml` 进行词法分析获取最精确的结果, 完成 [#319](https://github.com/sonofmagic/weapp-tailwindcss/issues/319) + ## 3.3.5-3.3.6 (2023-7-11) ### Fixed diff --git a/packages/weapp-tailwindcss/package.json b/packages/weapp-tailwindcss/package.json index 40614a2e0..18a26b7f5 100644 --- a/packages/weapp-tailwindcss/package.json +++ b/packages/weapp-tailwindcss/package.json @@ -1,6 +1,6 @@ { "name": "weapp-tailwindcss", - "version": "3.3.7-alpha.0", + "version": "3.3.7", "description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!", "author": "SonOfMagic ", "license": "MIT",