Skip to content

Commit

Permalink
release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
undermoonn committed Oct 19, 2023
1 parent 4bbd08e commit 1b27e86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"version": "1.3.0",
"version": "1.4.0",
"description": "Shake object unused properties",
"type": "module",
"scripts": {
"prepare": "husky install",
Expand Down
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@object-shake/core",
"version": "1.3.0",
"version": "1.4.0",
"description": "Shake object unused properties",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@object-shake/vue",
"version": "1.3.0",
"version": "1.4.0",
"description": "Shake object unused properties in Vue3",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 1b27e86

Please sign in to comment.