diff --git a/CHANGELOG.md b/CHANGELOG.md index 773dd62b..1c4c0665 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.8 (2022-08-05) + + +### Bug Fixes + +* userObj wont get loaded after reload ([9a7549d](https://github.com/jabali2004/ngx-strapi-auth/commit/9a7549df12e6e19b390e994a3efa46e6ad164823)) + ### 0.2.7 (2022-08-05) diff --git a/package.json b/package.json index bd81eae1..6cfc2baa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-strapi-auth", - "version": "0.2.7", + "version": "0.2.8", "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 feea20bf..77d5d109 100644 --- a/projects/strapi-auth/package.json +++ b/projects/strapi-auth/package.json @@ -1,6 +1,6 @@ { "name": "ngx-strapi-auth", - "version": "0.2.7", + "version": "0.2.8", "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",