diff --git a/CHANGELOG.md b/CHANGELOG.md index 87f15abe..cf91d1ad 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.2 (2022-06-01) + + +### Chores + +* update npm-publish.yml ([2e65adb](https://github.com/jabali2004/ngx-strapi-auth/commit/2e65adbe7f5c092f2c0e0afa8dc2ca25a167cc4a)) + ### 0.2.1 (2022-06-01) diff --git a/package.json b/package.json index c0a374db..ac9b6700 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-strapi-auth", - "version": "0.2.1", + "version": "0.2.2", "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 6cef4fcc..d3801bd3 100644 --- a/projects/strapi-auth/package.json +++ b/projects/strapi-auth/package.json @@ -1,6 +1,6 @@ { "name": "ngx-strapi-auth", - "version": "0.2.1", + "version": "0.2.2", "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",