Skip to content

Commit

Permalink
chore: release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Nov 17, 2022
1 parent cbd0621 commit 9864d16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [0.3.1](https://github.com/LinusBorg/vue-mixable/compare/0.3.0...0.3.1) (2022-11-17)


### Bug Fixes

* **vm:** ensure custom properties can be set and read ([784882f](https://github.com/LinusBorg/vue-mixable/commit/784882febd52ee3c3e07d0ab1b19285c44609b22))

# 0.3.0 (2022-11-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-mixable",
"description": "Turn Vue Mixins into Composables with a simple helper function",
"version": "0.3.0",
"version": "0.3.1",
"license": "MIT",
"keywords": [
"Vue",
Expand Down

0 comments on commit 9864d16

Please sign in to comment.