diff --git a/CHANGELOG.md b/CHANGELOG.md index cf91d1ad..03d8a465 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.3 (2022-06-04) + + +### Chores + +* add handling for platformId in auth service ([5282db9](https://github.com/jabali2004/ngx-strapi-auth/commit/5282db93766ddd34e2c3c45d4244a3a216889e13)) + ### 0.2.2 (2022-06-01) diff --git a/package.json b/package.json index ac9b6700..05d3c57a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-strapi-auth", - "version": "0.2.2", + "version": "0.2.3", "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 d3801bd3..af76e01e 100644 --- a/projects/strapi-auth/package.json +++ b/projects/strapi-auth/package.json @@ -1,6 +1,6 @@ { "name": "ngx-strapi-auth", - "version": "0.2.2", + "version": "0.2.3", "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",