diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..c7f1c8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ + + +## 0.1.1 (2023-12-11) + + +### Bug Fixes + +* 🐛 document and ci ([a6dd15b](https://github.com/unipackage/webkit/commit/a6dd15b2bc327f541d3c88b39f72d03267db98d9)) diff --git a/package-lock.json b/package-lock.json index 494cd5e..a1f719e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@unipackage/webkit", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@unipackage/webkit", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "@ant-design/cssinjs": "^1.17.0", diff --git a/package.json b/package.json index 2a306df..739e5a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unipackage/webkit", - "version": "0.1.0", + "version": "0.1.1", "description": "common web components", "main": "dist/index.js", "types": "dist/index.d.ts",