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

Commit 740910f

Browse files
committed
🔖 Release v4.0.2 [skip ci]
1 parent a881ac8 commit 740910f

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## v4.0.2 (2021-01-18)
2+
3+
[📝 Release notes](https://github.com/staart/api/releases/tag/v4.0.2) · [💻 Compare](https://github.com/staart/api/compare/v4.0.1...v4.0.2) · [🔖 Tag](https://github.com/staart/api/tree/v4.0.2) · 🗄️ Archive ([zip](https://github.com/staart/api/archive/v4.0.2.zip) · [tar.gz](https://github.com/staart/api/archive/v4.0.2.tar.gz))
4+
5+
### ⬆️ Dependency updates
6+
7+
- [`12511426`](https://github.com/staart/api/commit/12511426) Bump @types/express from 4.17.9 to 4.17.10
8+
- [`dea87dc5`](https://github.com/staart/api/commit/dea87dc5) Bump @typescript-eslint/eslint-plugin from 4.12.0 to 4.13.0
9+
- [`3e244c63`](https://github.com/staart/api/commit/3e244c63) Bump aws-sdk from 2.824.0 to 2.825.0
10+
- [`b2c9f3c4`](https://github.com/staart/api/commit/b2c9f3c4) Bump @typescript-eslint/parser from 4.12.0 to 4.13.0
11+
- [`27c2a43d`](https://github.com/staart/api/commit/27c2a43d) Bump aws-sdk from 2.825.0 to 2.826.0
12+
- [`df090c76`](https://github.com/staart/api/commit/df090c76) Bump @nestjs/swagger from 4.7.9 to 4.7.10
13+
- [`b0227bd9`](https://github.com/staart/api/commit/b0227bd9) Bump @types/express from 4.17.10 to 4.17.11
14+
- [`d0ad37ca`](https://github.com/staart/api/commit/d0ad37ca) Bump @slack/web-api from 5.15.0 to 6.0.0
15+
- [`bf60e861`](https://github.com/staart/api/commit/bf60e861) Bump aws-sdk from 2.826.0 to 2.827.0
16+
- [`bd83ac32`](https://github.com/staart/api/commit/bd83ac32) Bump twilio from 3.54.2 to 3.55.0
17+
- [`e4688514`](https://github.com/staart/api/commit/e4688514) Bump @sentry/node from 5.29.2 to 5.30.0
18+
- [`5e37e70b`](https://github.com/staart/api/commit/5e37e70b) Bump @types/node from 14.14.20 to 14.14.21
19+
- [`3579cbb0`](https://github.com/staart/api/commit/3579cbb0) Bump @googlemaps/google-maps-services-js
20+
- [`f3ecfad1`](https://github.com/staart/api/commit/f3ecfad1) Bump stripe from 8.130.0 to 8.131.0
21+
- [`b0c7d6f7`](https://github.com/staart/api/commit/b0c7d6f7) Bump aws-sdk from 2.827.0 to 2.828.0
22+
- [`172f11b0`](https://github.com/staart/api/commit/172f11b0) Bump class-transformer from 0.3.1 to 0.3.2
23+
- [`96abb0e2`](https://github.com/staart/api/commit/96abb0e2) Bump supertest from 6.0.1 to 6.1.1
24+
- [`eb1cfb79`](https://github.com/staart/api/commit/eb1cfb79) Bump stripe from 8.131.0 to 8.131.1
25+
- [`c5012a6f`](https://github.com/staart/api/commit/c5012a6f) Bump helmet from 4.3.1 to 4.4.0
26+
- [`0e8c844d`](https://github.com/staart/api/commit/0e8c844d) Bump @nestjs/swagger from 4.7.10 to 4.7.11
27+
- [`ee45f005`](https://github.com/staart/api/commit/ee45f005) Bump eslint from 7.17.0 to 7.18.0
28+
129
## v4.0.1 (2021-01-11)
230

331
[📝 Release notes](https://github.com/staart/api/releases/tag/v4.0.1) · [💻 Compare](https://github.com/staart/api/compare/v4.0.0...v4.0.1) · [🔖 Tag](https://github.com/staart/api/tree/v4.0.1) · 🗄️ Archive ([zip](https://github.com/staart/api/archive/v4.0.1.zip) · [tar.gz](https://github.com/staart/api/archive/v4.0.1.tar.gz))

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,7 +1,7 @@
11
{
22
"name": "@staart/api",
33
"template": "staart/api",
4-
"version": "4.0.1",
4+
"version": "4.0.2",
55
"description": "SaaS backend framework with users, payments, APIs, and more",
66
"repository": "[email protected]:staart/api.git",
77
"author": "Anand Chowdhary <[email protected]>",

0 commit comments

Comments
 (0)