From 5e97c6f31e3f040ee1a67492c4c77e368ae9fe76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jir=CC=8Ci=CC=81=20Procha=CC=81zka?= Date: Thu, 12 Oct 2023 17:12:41 +0200 Subject: [PATCH] chore(release): v1.1.1 --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb1ac0..7e52903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +## v1.1.1 + +[compare changes](https://github.com/JiProchazka/nuxt-cookies-auth/compare/v1.0.3...v1.1.1) + ## v1.0.3 [compare changes](https://github.com/JiProchazka/nuxt-cookies-auth/compare/v1.0.2...v1.0.3) diff --git a/package.json b/package.json index d47f817..65cdf1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-cookies-auth", - "version": "1.1.0", + "version": "1.1.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