Skip to content

Commit e144d43

Browse files
chore(release): 3.0.0 [skip ci]
# 3.0.0 (2025-05-31) ### 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)) * update key names in loadConversionTables for consistency ([3d6035d](3d6035d)) ### Features * Enables semantic release for automated publishing ([b43a194](b43a194)) * support ident prefix/suffix options ([32952bf](32952bf)) * Upgrades to v3 with new CSS transformation ([0afd780](0afd780)) * v3 migration with TailwindCSS 4 support ([668a5f6](668a5f6))
1 parent d9d2d5b commit e144d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-css-obfuscator",
3-
"version": "3.0.0-beta.5",
3+
"version": "3.0.0",
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)