From 918fbc637797e39026facdb32f68174c6b950370 Mon Sep 17 00:00:00 2001 From: FindingAnand Date: Wed, 25 Nov 2020 11:43:10 +0000 Subject: [PATCH] :bookmark: Release v3.6.6 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a419bf502..acfad714b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v3.6.6](https://github.com/staart/api/compare/v3.6.5...v3.6.6) (2020-11-25) + +### 🐛 Bug fixes + +- [`553d08cd`](https://github.com/staart/api/commit/553d08cd) Fix defaults for Twilio service + +### ⬆️ Dependency updates + +- [`5eb74986`](https://github.com/staart/api/commit/5eb74986) Bump stripe from 8.125.0 to 8.126.0 +- [`44136726`](https://github.com/staart/api/commit/44136726) Bump @types/node from 14.14.9 to 14.14.10 +- [`919bf7da`](https://github.com/staart/api/commit/919bf7da) Bump @nestjs/passport from 7.1.3 to 7.1.5 + ## [v3.6.5](https://github.com/staart/api/compare/v3.6.4...v3.6.5) (2020-11-25) ### ♻️ Updates diff --git a/package-lock.json b/package-lock.json index 7795e2b36..d25585c1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@staart/api", - "version": "3.6.5", + "version": "3.6.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2495c2a3a..a8b4fc322 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@staart/api", "template": "staart/api", - "version": "3.6.5", + "version": "3.6.6", "description": "SaaS backend framework with users, payments, APIs, and more", "repository": "git@github.com:staart/api.git", "author": "Anand Chowdhary ",