Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit ef3ee7d

Browse files
committed
πŸ”– Release v3.5.6 [skip ci]
1 parent 3175c42 commit ef3ee7d

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [v3.5.6](https://github.com/staart/api/compare/v3.5.5...v3.5.6) (2020-11-15)
2+
3+
### ♻️ Updates
4+
5+
- [`d0a4aceb`](https://github.com/staart/api/commit/d0a4aceb) Check for primary email on deleting emails
6+
- [`1777332d`](https://github.com/staart/api/commit/1777332d) Auto-join groups based on email address
7+
- [`5abcc56d`](https://github.com/staart/api/commit/5abcc56d) Use explicit ID type in params
8+
- [`c499a62c`](https://github.com/staart/api/commit/c499a62c) Store parsed details in session, Change Mac OS -> macOS
9+
- [`e54ddd9b`](https://github.com/staart/api/commit/e54ddd9b) Allow cursors with implicit ID
10+
- [`cf873b1a`](https://github.com/staart/api/commit/cf873b1a) Use colon instead of space in order-by pipe
11+
12+
### πŸ› Bug fixes
13+
14+
- [`150f42f0`](https://github.com/staart/api/commit/150f42f0) Ensure there is at least 1 owner in group
15+
- [`3d73c616`](https://github.com/staart/api/commit/3d73c616) Use groupId request param
16+
- [`1804bf39`](https://github.com/staart/api/commit/1804bf39) Render mustache before setting subject
17+
- [`c3dcb4a5`](https://github.com/staart/api/commit/c3dcb4a5) Fix scopes for user, groups routes
18+
- [`3c645992`](https://github.com/staart/api/commit/3c645992) Validate domain name
19+
- [`3175c42d`](https://github.com/staart/api/commit/3175c42d) Only add Stripe scopes if account exists
20+
121
## [v3.5.5](https://github.com/staart/api/compare/v3.5.4...v3.5.5) (2020-11-15)
222

323
### πŸ› Bug fixes

β€Žpackage-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@staart/api",
3-
"version": "3.5.5",
3+
"version": "3.5.6",
44
"description": "SaaS backend framework with users, payments, APIs, and more",
55
"repository": "[email protected]:staart/api.git",
66
"author": "Anand Chowdhary <[email protected]>",

0 commit comments

Comments
Β (0)