From 075b30d5e4aa4d65fea107334c2b6a42314fc6a3 Mon Sep 17 00:00:00 2001 From: FindingAnand Date: Mon, 15 Mar 2021 00:39:51 +0000 Subject: [PATCH] :bookmark: Release v4.0.9 [skip ci] --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 746331a6b..88574dba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v4.0.9 (2021-03-15) + +[📝 Release notes](https://github.com/staart/api/releases/tag/v4.0.9) · [💻 Compare](https://github.com/staart/api/compare/v4.0.8...v4.0.9) · [🔖 Tag](https://github.com/staart/api/tree/v4.0.9) · 🗄️ Archive ([zip](https://github.com/staart/api/archive/v4.0.9.zip) · [tar.gz](https://github.com/staart/api/archive/v4.0.9.tar.gz)) + +### ⬆️ Dependency updates + +- [`6982a103`](https://github.com/staart/api/commit/6982a103) Bump @types/node from 14.14.30 to 14.14.32 + ## v4.0.8 (2021-03-01) [📝 Release notes](https://github.com/staart/api/releases/tag/v4.0.8) · [💻 Compare](https://github.com/staart/api/compare/v4.0.7...v4.0.8) · [🔖 Tag](https://github.com/staart/api/tree/v4.0.8) · 🗄️ Archive ([zip](https://github.com/staart/api/archive/v4.0.8.zip) · [tar.gz](https://github.com/staart/api/archive/v4.0.8.tar.gz)) diff --git a/package-lock.json b/package-lock.json index b5d3abea7..5bbfc0c75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@staart/api", - "version": "4.0.8", + "version": "4.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ed63f44cd..cb9e18df9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@staart/api", "template": "staart/api", - "version": "4.0.8", + "version": "4.0.9", "description": "SaaS backend framework with users, payments, APIs, and more", "repository": "git@github.com:staart/api.git", "author": "Anand Chowdhary ",