Skip to content

Commit 670ce7d

Browse files
chore(release): 1.0.0-beta.1 [skip ci]
# 1.0.0-beta.1 (2025-04-25) ### Bug Fixes * fix html tests ([f517839](f517839)) * **html:** fix [#57](#57) ([a638538](a638538)) * **html:** fix incorrect html class name truncation ([7cb985d](7cb985d)) * **js-ast:** added support to `MemberExpression` [#45](#45) ([8c95ba0](8c95ba0)) * **js-ast:** added support to `TemplateLiteral` & `TemplateElement` [#45](#45) ([0dd46b3](0dd46b3)) ### Features * Enables semantic release for automated publishing ([b43a194](b43a194)) * Upgrades to v3 with new CSS transformation ([0afd780](0afd780)) * v3 migration with TailwindCSS 4 support ([668a5f6](668a5f6))
1 parent 935dde8 commit 670ce7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-css-obfuscator",
3-
"version": "3.0.0-b1",
3+
"version": "1.0.0-beta.1",
44
"description": "A package deeply inspired by PostCSS-Obfuscator but for Next.js.",
55
"main": "dist/index.js",
66
"type": "commonjs",

0 commit comments

Comments
 (0)