From ab736eb5440f043c9a511129da34277759c15185 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 22:53:45 +0000 Subject: [PATCH] chore(release): 0.2.6 --- 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 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",