diff --git a/README.md b/README.md index 4729f1d..e35eee4 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Visit the [GitHub Page](https://github.com/soranoo/next-css-obfuscator/) for bet --- +. ### 🎉 Version 3 has NOW been released 🎉 (💥 Breaking Changes) @@ -545,7 +546,7 @@ Thank you to all the sponsors who support this project. ## 🤝 Contributing -Contributions are welcome! If you find a bug or have a feature request, please open an issue. If you want to contribute code, please fork the repository and run `npm run test` before submit a pull request. +Contributions are welcome! If you find a bug or have a feature request, please open an issue. If you want to contribute code, please fork the repository and run `npm run test` before submit a pull request. We are following the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification for commit messages. ## 🏛️ Commercial Usage diff --git a/package.json b/package.json index f344c9f..089d4cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-css-obfuscator", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "description": "A package deeply inspired by PostCSS-Obfuscator but for Next.js.", "main": "dist/index.js", "type": "commonjs",