Skip to content

Commit

Permalink
Release 0.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterliu1003 committed Feb 22, 2024
1 parent e1fa815 commit 8a38b57
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.0.0-beta.6](https://github.com/hunterliu1003/vue-use-template/compare/0.0.0-beta.5...0.0.0-beta.6) (2024-02-22)


### Features

* 1. useTemplate support attrs, props, emits with ref, reactive, computed object 2. rename options.onUnmounted to options.hideOnUnmounted 3. add more test cases ([e1fa815](https://github.com/hunterliu1003/vue-use-template/commit/e1fa81528bdd2589f83182eb93b80ad21e953fed))

# [0.0.0-beta.5](https://github.com/hunterliu1003/vue-use-template/compare/0.0.0-beta.4...0.0.0-beta.5) (2024-02-14)


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-use-template",
"type": "module",
"version": "0.0.0-beta.5",
"version": "0.0.0-beta.6",
"packageManager": "pnpm@8.15.2",
"description": "vue use template",
"author": "Hunter Liu <hunterliu1003@gmail.com>",
Expand Down

0 comments on commit 8a38b57

Please sign in to comment.