From 4a0e8ae4ced2923146b62d3752cbd4536dc13f6f Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni Date: Wed, 20 Mar 2024 11:08:09 +0530 Subject: [PATCH] chore: release v0.3.2 (#1524) --- CHANGELOG.md | 9 +++++++++ jsr.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20fc9cb5..08dde429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.3.2](https://github.com/vinayakkulkarni/v-tweakpane/compare/v0.3.1...v0.3.2) (2024-03-20) + + +### Bug Fixes + +* **jsr:** setup bun & build dist ([ef418e2](https://github.com/vinayakkulkarni/v-tweakpane/commit/ef418e2d6c918080f7c12d73c69e5a2e8d3e9d1e)) + + + ## [0.3.1](https://github.com/vinayakkulkarni/v-tweakpane/compare/v0.3.0...v0.3.1) (2024-03-20) diff --git a/jsr.json b/jsr.json index 82024037..bcdeb638 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@vinayakkulkarni/v-tweakpane", - "version": "0.3.1", + "version": "0.3.2", "exports": "./dist/v-tweakpane.js", "publish": { "exclude": [ diff --git a/package.json b/package.json index 712a716e..4c54a606 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "v-tweakpane", - "version": "0.3.1", + "version": "0.3.2", "description": "Tweakpane for Vue", "main": "./dist/v-tweakpane.js", "module": "./dist/v-tweakpane.js",