From a14c9a33405a341ed147e16a1b03a681e4c5a812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Proch=C3=A1zka?= Date: Sat, 28 Oct 2023 18:41:32 +0200 Subject: [PATCH] chore(release): v1.2.1 --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2656e01..d373987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +## v1.2.1 + +[compare changes](https://github.com/JiProchazka/nuxt-cookies-auth/compare/v1.1.4...v1.2.1) + ## v1.1.4 [compare changes](https://github.com/JiProchazka/nuxt-cookies-auth/compare/v1.1.3...v1.1.4) diff --git a/package.json b/package.json index 6e53750..55b26af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-cookies-auth", - "version": "1.2.0", + "version": "1.2.1", "description": "useCookiesAuth composable for Nuxt 3", "repository": "https://github.com/JiProchazka/nuxt-cookies-auth", "license": "MIT", @@ -53,4 +53,4 @@ "nuxt": "^3.7.4", "vitest": "^0.33.0" } -} +} \ No newline at end of file