Skip to content

Commit a67e268

Browse files
chore(master): release 1.2.1 (#43)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3674171 commit a67e268

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.2.1](https://github.com/freddy38510/vue3-lazy-hydration/compare/v1.2.0...v1.2.1) (2022-09-23)
4+
5+
6+
### Bug Fixes
7+
8+
* **package:** remove pre/post install scripts that break package installation as a dependency ([3674171](https://github.com/freddy38510/vue3-lazy-hydration/commit/367417190e7248bac8bff9dea6ad80c71c044cc1)), closes [#42](https://github.com/freddy38510/vue3-lazy-hydration/issues/42)
9+
310
## [1.2.0](https://github.com/freddy38510/vue3-lazy-hydration/compare/v1.1.3...v1.2.0) (2022-09-23)
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.2.0",
3+
"version": "1.2.1",
44
"description": "Lazy Hydration for Vue 3 SSR",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)