From 9e3d571164602c762d6f52473c89d69c22efd4d9 Mon Sep 17 00:00:00 2001 From: rrd108 Date: Tue, 5 Nov 2024 16:25:52 +0100 Subject: [PATCH] chore(release): v1.1.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc87f4..232a570 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.1.1 + +[compare changes](https://github.com/rrd108/nuxt-token-authentication/compare/v1.1.0...v1.1.1) + ## v1.0.1 [compare changes](https://github.com/rrd108/nuxt-token-authentication/compare/v1.0.1...v1.0.1) diff --git a/package.json b/package.json index 6153052..3f99202 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-token-authentication", "type": "module", - "version": "1.1.0", + "version": "1.1.1", "description": "Token Authentication for Nuxt Server APIs", "license": "MIT", "repository": "rrd108/nuxt-token-authentication",