Skip to content

Commit 4588515

Browse files
committed
Release 0.2.4
1 parent 4a077b5 commit 4588515

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [0.2.4](https://github.com/harlan-zw/nuxt-delay-hydration/compare/0.2.3...0.2.4)
8+
9+
- fix: replayClick in safari promise [`4a077b5`](https://github.com/harlan-zw/nuxt-delay-hydration/commit/4a077b5878f2ecc2b04eef8547f5a900a18919fd)
10+
- chore(doc): fixing typo [`5e6c5b0`](https://github.com/harlan-zw/nuxt-delay-hydration/commit/5e6c5b0e50fbd215e1e88593708575b0aee6a25d)
11+
- chore: hint to google [`ea5e316`](https://github.com/harlan-zw/nuxt-delay-hydration/commit/ea5e3167a65eb4b480a3d220e5c5af2571f0219c)
12+
713
#### [0.2.3](https://github.com/harlan-zw/nuxt-delay-hydration/compare/0.2.2...0.2.3)
814

15+
> 29 August 2021
16+
917
- chore: add CHANGELOG.md [`632aadc`](https://github.com/harlan-zw/nuxt-delay-hydration/commit/632aadc477f774f6b6e1acd2cf4be2ded564b1f1)
1018
- fix: Safari bug for replayEvent callback [`dadcfd9`](https://github.com/harlan-zw/nuxt-delay-hydration/commit/dadcfd9fc270d1aa7b4bc1697ed774e0418e41e1)
1119
- chore(doc): make the requirements clearer [`5eb8dff`](https://github.com/harlan-zw/nuxt-delay-hydration/commit/5eb8dffe6c0fcd0415f104a8343a442e3dfb5e76)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-delay-hydration",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"main": "dist/index.js",
55
"description": "Improve your Nuxt.js Google Ligthouse score by delaying hydration ⚡️",
66
"keywords": [

0 commit comments

Comments
 (0)