diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c50a82a..304528d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.1.0 (2021-12-13) + ### 0.0.11 (2021-11-17) diff --git a/package.json b/package.json index 4c99865c..ffb48e05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-strapi-auth", - "version": "0.0.11", + "version": "0.1.0", "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 295ee8b3..4c42beb3 100644 --- a/projects/strapi-auth/package.json +++ b/projects/strapi-auth/package.json @@ -1,6 +1,6 @@ { "name": "ngx-strapi-auth", - "version": "0.0.11", + "version": "0.1.0", "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",