From 693ccd9be9ab84409829dc54dec925558b8546e2 Mon Sep 17 00:00:00 2001 From: "jonnydgreen-bot[bot]" <148710669+jonnydgreen-bot[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 19:19:02 +0000 Subject: [PATCH] 0.5.0 (#23) Co-authored-by: jonnydgreen --- Releases.md | 5 +++++ version.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Releases.md b/Releases.md index c634904..5053ffa 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,8 @@ +### 0.5.0 / 2023.10.29 + +- Add NestJS plugin (#22) +- Refine releases file (#20) + ### 0.4.0 / 2023.10.26 - Add extra options and database creation support (#17) diff --git a/version.ts b/version.ts index eeae74b..c1f6447 100644 --- a/version.ts +++ b/version.ts @@ -1,3 +1,3 @@ // Copyright 2023-2023 the Nifty li'l' tricks authors. All rights reserved. MIT license. -export const VERSION = "0.4.0"; +export const VERSION = "0.5.0";