diff --git a/CHANGELOG.md b/CHANGELOG.md index 547bb4b1..c05e645a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.1.1](https://github.com/vinayakkulkarni/v-tweakpane/compare/v0.1.0...v0.1.1) (2022-11-03) + + +### Bug Fixes + +* minor housekeeping ([34fc857](https://github.com/vinayakkulkarni/v-tweakpane/commit/34fc85793edaf557d883bc367281797f552981e4)) + + + # [0.1.0](https://github.com/vinayakkulkarni/v-tweakpane/compare/v0.0.3...v0.1.0) (2022-11-02) diff --git a/package-lock.json b/package-lock.json index abee7d22..436ed8f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "v-tweakpane", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "v-tweakpane", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "dependencies": { "@tweakpane/plugin-essentials": "^0.1.5", @@ -51,6 +51,7 @@ "npm": ">=8.19.2" }, "peerDependencies": { + "@tweakpane/plugin-essentials": "^0.1.5", "tweakpane": "^3.1.0", "vue": "^3.2.41" } diff --git a/package.json b/package.json index a837473a..61ffafdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "v-tweakpane", - "version": "0.1.0", + "version": "0.1.1", "description": "Tweakpane for Vue", "main": "./dist/v-tweakpane.js", "module": "./dist/v-tweakpane.js",