Skip to content

Commit cb8c1fe

Browse files
committed
v3.0.4
1 parent 3954c58 commit cb8c1fe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog/v3.0.4.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Avoid emitting `undefined` as a return value https://github.com/facing-dev/vue-facing-decorator/pull/82
2+
3+
Fix reactivity for `@Provide` https://github.com/facing-dev/vue-facing-decorator/pull/81

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-facing-decorator",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Vue typescript class and decorator based component.",
55
"main": "dist/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)