Skip to content

Commit

Permalink
chore(master): release 1.1.0 (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 18, 2022
1 parent 6d9e0b6 commit b21bcf2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://github.com/freddy38510/vue3-lazy-hydration/compare/v1.0.0...v1.1.0) (2022-07-18)


### Features

* **import-wrappers:** supports asynchronous loading of wrapped component ([63f7983](https://github.com/freddy38510/vue3-lazy-hydration/commit/63f7983d0a30bc4804ee527e52e68072ef3bf1aa))


### Bug Fixes

* **composables:** use a trust parameter to conditionally run composables ([77071ca](https://github.com/freddy38510/vue3-lazy-hydration/commit/77071ca5c46e9e0b0cc1ddae34e9b36a79a6cbeb))

## 1.0.0 (2022-07-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-lazy-hydration",
"version": "1.0.0",
"version": "1.1.0",
"description": "Lazy Hydration for Vue 3 SSR",
"keywords": [
"vue",
Expand Down

0 comments on commit b21bcf2

Please sign in to comment.