Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Dec 3, 2023
1 parent ea15ab2 commit cc387a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1.1",
"version": "0.2.0",
"license": "MIT",
"scripts": {
"website:dev": "pnpm run -C website dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@deob/utils",
"type": "module",
"version": "0.1.1",
"version": "0.2.0",
"private": true,
"main": "main.js",
"module": "main.js",
Expand Down

0 comments on commit cc387a7

Please sign in to comment.