From 3a8a44fd740eb1d5bbb6ba6d52d1c1848490c688 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 16:44:37 +0000 Subject: [PATCH] chore(release): 0.2.10 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- projects/strapi-auth/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d82fc2c4..593fb9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 0.2.10 (2022-09-14) + + +### Bug Fixes + +* logout error token not cleared ([480b7bc](https://github.com/jabali2004/ngx-strapi-auth/commit/480b7bcd27f950547203da937a05e69b4637122a)) + ### 0.2.9 (2022-08-26) diff --git a/package.json b/package.json index 462b3364..877601e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-strapi-auth", - "version": "0.2.9", + "version": "0.2.10", "description": "NgxStrapiAuth is a Angular library that implements all standard operations like logging in or registering a user for the headless CMS Strapi", "repository": { "type": "git", diff --git a/projects/strapi-auth/package.json b/projects/strapi-auth/package.json index 171ba925..286d5a02 100644 --- a/projects/strapi-auth/package.json +++ b/projects/strapi-auth/package.json @@ -1,6 +1,6 @@ { "name": "ngx-strapi-auth", - "version": "0.2.9", + "version": "0.2.10", "description": "NgxStrapiAuth is a Angular library that implements all standard operations like logging in or registering a user for the headless CMS Strapi", "author": { "name": "jabali2004",