Skip to content

Commit

Permalink
feat: upgrade to 1.2.0 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
z0ffy authored Oct 12, 2024
1 parent 803c738 commit 617a278
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CHANGELOG

---
## 1.2.0

* feat: support threadPool

## 1.1.0

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-bundle-obfuscator",
"version": "1.1.0",
"version": "1.2.0",
"homepage": "https://github.com/z0ffy/vite-plugin-bundle-obfuscator",
"description": "JavaScript obfuscator plugin for Vite environments",
"types": "dist/index.d.ts",
Expand All @@ -11,8 +11,8 @@
"keywords": [
"vite",
"obfuscator",
"vite-plugin",
"vite-bundle",
"vite-plugin-obfuscator",
"vite-bundle-obfuscator",
"javascript",
"javascript-obfuscator"
],
Expand Down

0 comments on commit 617a278

Please sign in to comment.