From a97af954eb3c29dc93a52d0958fff71828719155 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 14:36:48 +0000 Subject: [PATCH] chore(master): release 2.6.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80456e78..1ec10ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.6.1](https://github.com/rubiin/ultimate-nest/compare/v2.6.0...v2.6.1) (2024-08-28) + + +### Bug Fixes + +* crud types ([94e6c5e](https://github.com/rubiin/ultimate-nest/commit/94e6c5e28d1fa9d93b522488c34f428600e5350a)) +* jwt guard signature ([22cbd29](https://github.com/rubiin/ultimate-nest/commit/22cbd294ebe4161b2164e3e81739cadfaaca8858)) +* lint fixes and depracted libs ([6fb1f98](https://github.com/rubiin/ultimate-nest/commit/6fb1f986fc60002a0b03a24b3139a6a43b05ff99)) +* mime aws ([28ea874](https://github.com/rubiin/ultimate-nest/commit/28ea87420deaf9dc303d9873fb4af33f5662ca87)) + ## [2.6.0](https://github.com/rubiin/ultimate-nest/compare/v2.5.0...v2.6.0) (2024-08-28) diff --git a/package.json b/package.json index c14a9072..fce0b86d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultimate-nest", - "version": "2.6.0", + "version": "2.6.1", "packageManager": "pnpm@9.9.0", "description": "NestJS + MikroORM blog example with batteries included", "author": {