From 22b7934a3ae8841f2d1cb899c39f41f79e57044b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 07:20:13 +0000 Subject: [PATCH 1/2] chore(master): release 2.6.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..97e6bfb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [2.6.0](https://github.com/rubiin/nestjs-easyconfig/compare/2.5.0...v2.6.0) (2024-04-30) + + +### Features + +* upgrade to nestjs 10 ([a196bc2](https://github.com/rubiin/nestjs-easyconfig/commit/a196bc207ce9b286ce0fed50acfbefe9f68dde58)) +* upgrade to nestjs 10 ([6012ed6](https://github.com/rubiin/nestjs-easyconfig/commit/6012ed6a659fe03a93a071b92a180c3f0cd4c165)) + + +### Bug Fixes + +* **bump:** version bump ([4b1d037](https://github.com/rubiin/nestjs-easyconfig/commit/4b1d0374f4dbc02b95072b420a2c5c84347c6820)) +* **deps:** bump deps ([ff1458c](https://github.com/rubiin/nestjs-easyconfig/commit/ff1458c4b86dc15cfc5492f65e0aa3505125c18e)) +* eslint chnages ([8da7666](https://github.com/rubiin/nestjs-easyconfig/commit/8da7666de5771cec1eb93db14019a6f39772777d)) From de9eff607835e8554b2b7ffcc7d667c8d25fc7cb Mon Sep 17 00:00:00 2001 From: Rubin Bhandari Date: Thu, 16 May 2024 20:51:25 +0545 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e6bfb..fbf3c21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,6 @@ ## [2.6.0](https://github.com/rubiin/nestjs-easyconfig/compare/2.5.0...v2.6.0) (2024-04-30) - -### Features - -* upgrade to nestjs 10 ([a196bc2](https://github.com/rubiin/nestjs-easyconfig/commit/a196bc207ce9b286ce0fed50acfbefe9f68dde58)) -* upgrade to nestjs 10 ([6012ed6](https://github.com/rubiin/nestjs-easyconfig/commit/6012ed6a659fe03a93a071b92a180c3f0cd4c165)) - - ### Bug Fixes * **bump:** version bump ([4b1d037](https://github.com/rubiin/nestjs-easyconfig/commit/4b1d0374f4dbc02b95072b420a2c5c84347c6820))