diff --git a/CHANGELOG.md b/CHANGELOG.md index 078234613..09578774b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v3.5.3](https://github.com/staart/api/compare/v3.5.2...v3.5.3) (2020-11-15) + +### ♻️ Updates + +- [`ed3b942e`](https://github.com/staart/api/commit/ed3b942e) Delete sessions on deactivate + ## [v3.5.2](https://github.com/staart/api/compare/v3.5.1...v3.5.2) (2020-11-15) ### 🐛 Bug fixes diff --git a/package-lock.json b/package-lock.json index eb3eff73c..03c613d68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@staart/api", - "version": "3.5.2", + "version": "3.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e9e1343b9..b1851a1da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@staart/api", - "version": "3.5.2", + "version": "3.5.3", "description": "SaaS backend framework with users, payments, APIs, and more", "repository": "git@github.com:staart/api.git", "author": "Anand Chowdhary ",