From d923ee93551dbbeee5b1c4542156b1952b03cb15 Mon Sep 17 00:00:00 2001 From: Julien Huang Date: Sun, 7 May 2023 11:38:02 +0200 Subject: [PATCH] chore: v0.1.0 (#13) # Features - https://github.com/huang-julien/nuxt-hydration/pull/10 - https://github.com/huang-julien/nuxt-hydration/pull/11 - https://github.com/huang-julien/nuxt-hydration/pull/12 # Fix - https://github.com/huang-julien/nuxt-hydration/pull/9 - https://github.com/huang-julien/nuxt-hydration/pull/14 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index adc7258..51f2d61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-hydration", - "version": "0.0.1", + "version": "0.1.0", "description": "Actively warns you about hydration issues", "license": "MIT", "type": "module",