diff --git a/core/package.json b/core/package.json index ac65887..b515949 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "vnode-util", - "version": "0.0.11", + "version": "0.0.12", "description": "Utilities for manipulating Vue 3 VNodes", "author": "Elone Hoo ", "license": "MIT", diff --git a/package.json b/package.json index bce84d4..5ff1c31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vnode-util/monorepo", - "version": "0.0.11", + "version": "0.0.12", "private": "true", "description": "Utilities for manipulating Vue 3 VNodes", "author": "Elone Hoo ",