Skip to content

Commit

Permalink
chore: release v0.3.1 (#1523)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni authored Mar 20, 2024
1 parent 8b40dca commit 967aea0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.3.1](https://github.com/vinayakkulkarni/v-tweakpane/compare/v0.3.0...v0.3.1) (2024-03-20)


### Bug Fixes

* **jsr:** update as per docs ([8b40dca](https://github.com/vinayakkulkarni/v-tweakpane/commit/8b40dca9792829986a452088461caaaac5b3320d))



# [0.3.0](https://github.com/vinayakkulkarni/v-tweakpane/compare/v0.2.0...v0.3.0) (2024-03-20)


Expand Down
8 changes: 5 additions & 3 deletions jsr.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "@vinayakkulkarni/v-tweakpane",
"version": "0.3.0",
"version": "0.3.1",
"exports": "./dist/v-tweakpane.js",
"publish": {
"exclude": ["!dist"]
"exclude": [
"!dist"
]
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-tweakpane",
"version": "0.3.0",
"version": "0.3.1",
"description": "Tweakpane for Vue",
"main": "./dist/v-tweakpane.js",
"module": "./dist/v-tweakpane.js",
Expand Down

0 comments on commit 967aea0

Please sign in to comment.