Skip to content

Commit 49f9abd

Browse files
chore(master): release 1.1.1 (#14)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 76ec143 commit 49f9abd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.1.1](https://github.com/freddy38510/vue3-lazy-hydration/compare/v1.1.0...v1.1.1) (2022-07-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **import-wrappers:** properly handle env variables for production build ([76ec143](https://github.com/freddy38510/vue3-lazy-hydration/commit/76ec143dd8ea0b97cd5a0189e4cbc8f670b3a43f))
9+
310
## [1.1.0](https://github.com/freddy38510/vue3-lazy-hydration/compare/v1.0.0...v1.1.0) (2022-07-18)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-lazy-hydration",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Lazy Hydration for Vue 3 SSR",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)