From aad63aee778928ec9af9acc2bddb63434a992e7e Mon Sep 17 00:00:00 2001 From: Chau Tran Date: Wed, 24 Apr 2024 08:18:11 -0500 Subject: [PATCH] chore: release 2.3.2 --- CHANGELOG.md | 7 +++++++ libs/ngxtension/version.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba09a3fb..fa26378a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.3.2](https://github.com/ngxtension/ngxtension-platform/compare/2.3.1...2.3.2) (2024-04-24) + + +### Bug Fixes + +* typo in migrations.json ([72780d0](https://github.com/ngxtension/ngxtension-platform/commit/72780d04b85b15793568af7ee7911bd9fafc034d)) + ## [2.3.1](https://github.com/ngxtension/ngxtension-platform/compare/2.3.0...2.3.1) (2024-04-24) diff --git a/libs/ngxtension/version.json b/libs/ngxtension/version.json index b8ba5bac..80766f54 100644 --- a/libs/ngxtension/version.json +++ b/libs/ngxtension/version.json @@ -1,3 +1,3 @@ { - "version": "2.3.1" + "version": "2.3.2" }