Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Dec 22, 2023
1 parent 43f23cd commit 346667b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "js-de-obfuscator",
"type": "module",
"version": "0.2.2",
"version": "0.3.0",
"license": "MIT",
"scripts": {
"website:dev": "pnpm run -F website dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@webcrack/typescript-config",
"version": "0.0.0",
"version": "0.3.0",
"private": true
}
2 changes: 1 addition & 1 deletion packages/deob/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deob",
"type": "module",
"version": "2.2.0",
"version": "0.3.0",
"description": "javascript deobfuscate",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 346667b

Please sign in to comment.