From 6e4bbc307ec9ebeabe96d6fe8bff64fa7d10f35a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 14:21:03 +0000 Subject: [PATCH] chore(master): release 2.4.10 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58dbdbf4..b2cb8812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.4.10](https://github.com/rubiin/ultimate-nest/compare/v2.4.9...v2.4.10) (2024-06-15) + + +### Bug Fixes + +* **deps:** update all non-major dependencies ([4f1fb10](https://github.com/rubiin/ultimate-nest/commit/4f1fb1050cef213ad5dcdea9f25b52320ba4c258)) +* **deps:** update all non-major dependencies ([1b55f63](https://github.com/rubiin/ultimate-nest/commit/1b55f6302d82043f4080569d963e642aee8efb38)) +* remove otp leak ([61ee20c](https://github.com/rubiin/ultimate-nest/commit/61ee20c3957a0a1070c3c868b15845afdbd5bfa3)) +* **spell:** spell issues and file names ([838d731](https://github.com/rubiin/ultimate-nest/commit/838d73165c2148a0cef2b1f5952e3196e102fd63)) + ## [2.4.9](https://github.com/rubiin/ultimate-nest/compare/v2.4.8...v2.4.9) (2024-05-24) diff --git a/package.json b/package.json index 416738a6..e8fa11db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultimate-nest", - "version": "2.4.9", + "version": "2.4.10", "description": "NestJS + MikroORM blog example with batteries included", "author": { "email": "roobin.bhandari@gmail.com",