Skip to content

Commit

Permalink
v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ruojianll committed Oct 16, 2023
1 parent 3954c58 commit cb8c1fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog/v3.0.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Avoid emitting `undefined` as a return value https://github.com/facing-dev/vue-facing-decorator/pull/82

Fix reactivity for `@Provide` https://github.com/facing-dev/vue-facing-decorator/pull/81
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-facing-decorator",
"version": "3.0.3",
"version": "3.0.4",
"description": "Vue typescript class and decorator based component.",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit cb8c1fe

Please sign in to comment.