From 50931c28042b9f7fdc0bcf7cad1de59026853160 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 18 Jul 2021 19:34:46 +0000 Subject: [PATCH] chore(release): 0.0.7 --- 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 038c2ca7..5081ec0f 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.0.7 (2021-07-18) + + +### Bug Fixes + +* Add better error handling [#18](https://github.com/jabali2004/ngx-strapi-auth/issues/18) ([d526ff6](https://github.com/jabali2004/ngx-strapi-auth/commit/d526ff678bb53c6b5163c729bc3b0f9bfa230fa3)) + ### [0.0.6](https://github.com/jabali2004/ngx-strapi-auth/compare/v0.0.5...v0.0.6) (2021-05-27) diff --git a/package.json b/package.json index 2a9782e1..95bd9fd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-strapi-auth", - "version": "0.0.6", + "version": "0.0.7", "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 6dbf8351..bebfef0d 100644 --- a/projects/strapi-auth/package.json +++ b/projects/strapi-auth/package.json @@ -1,6 +1,6 @@ { "name": "ngx-strapi-auth", - "version": "0.0.6", + "version": "0.0.7", "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",