From 9ad64b733ac484753e7ad10cd3220dec2574ed4f Mon Sep 17 00:00:00 2001 From: FindingAnand Date: Mon, 16 Nov 2020 12:20:39 +0000 Subject: [PATCH] :bookmark: Release v3.6.0 [skip ci] --- CHANGELOG.md | 22 ++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 640a6e8a5..abbb5f774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## [v3.6.0](https://github.com/staart/api/compare/v3.5.6...v3.6.0) (2020-11-16) + +### ✨ New features + +- [`666e37eb`](https://github.com/staart/api/commit/666e37eb) Add endpoint for subgroups + +### ♻️ Updates + +- [`ef2dc724`](https://github.com/staart/api/commit/ef2dc724) Get subgroup scopes on login +- [`c5c54c45`](https://github.com/staart/api/commit/c5c54c45) Add select/include pipe +- [`2adfc21b`](https://github.com/staart/api/commit/2adfc21b) Use create group helper in membership service +- [`4dd62efc`](https://github.com/staart/api/commit/4dd62efc) Remove attributes from DTO +- [`9a9cca5d`](https://github.com/staart/api/commit/9a9cca5d) Use /auth/link for token links +- [`0c2b15b3`](https://github.com/staart/api/commit/0c2b15b3) Move merging accounts to auth.service +- [`70c5328b`](https://github.com/staart/api/commit/70c5328b) Send token response on email verification + +### 🐛 Bug fixes + +- [`69a88ce7`](https://github.com/staart/api/commit/69a88ce7) Return created membership with group +- [`3f9bbaef`](https://github.com/staart/api/commit/3f9bbaef) Use email ID to verify, not user ID +- [`ed3a2103`](https://github.com/staart/api/commit/ed3a2103) Combine specific keys of users, fix response + ## [v3.5.6](https://github.com/staart/api/compare/v3.5.5...v3.5.6) (2020-11-15) ### ♻️ Updates diff --git a/package-lock.json b/package-lock.json index 21087ad90..0b1718e0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@staart/api", - "version": "3.5.6", + "version": "3.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b14fed207..7e1681927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@staart/api", - "version": "3.5.6", + "version": "3.6.0", "description": "SaaS backend framework with users, payments, APIs, and more", "repository": "git@github.com:staart/api.git", "author": "Anand Chowdhary ",