diff --git a/CHANGELOG.md b/CHANGELOG.md index 825754ab..5cc4c4cb 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.6 (2022-08-04) + + +### Chores + +* readd request and reset password components ([bd3876f](https://github.com/jabali2004/ngx-strapi-auth/commit/bd3876f95cd82580b1c6b730bf49443edca11e2a)) + ### [0.2.5](https://github.com/jabali2004/ngx-strapi-auth/compare/v0.2.4...v0.2.5) (2022-08-04) diff --git a/package.json b/package.json index 17be0f83..a6bea389 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-strapi-auth", - "version": "0.2.5", + "version": "0.2.6", "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 eb7656e0..0ed59791 100644 --- a/projects/strapi-auth/package.json +++ b/projects/strapi-auth/package.json @@ -1,6 +1,6 @@ { "name": "ngx-strapi-auth", - "version": "0.2.5", + "version": "0.2.6", "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",