From 9864d162b0ec5d1aa50f710881eafb7a16b8e3c9 Mon Sep 17 00:00:00 2001 From: Thorsten Luenborg Date: Thu, 17 Nov 2022 22:16:04 +0100 Subject: [PATCH] chore: release v0.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e41c3fb..919bd85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index e6bd18f..a6b06e6 100644 --- a/package.json +++ b/package.json @@ -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",