From 4262d996834e64e61cbe351e41eed58277b58c45 Mon Sep 17 00:00:00 2001 From: antosubash Date: Thu, 31 Oct 2024 22:35:15 +0000 Subject: [PATCH] chore: release v2.2.4 --- src/CHANGELOG.md | 22 ++++++++++++++++++++++ src/package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 97c4dad..b30bd29 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,7 +1,29 @@ +[compare changes](https://github.com/antosubash/abp-react/compare/2.2.3...v2.2.4) + +### 🩹 Fixes + +- Updated the current url again to support proxy request ([b4d2266](https://github.com/antosubash/abp-react/commit/b4d2266)) + +### ❤️ Contributors + +- Anto Subash ([@antosubash](http://github.com/antosubash)) + [compare changes](https://github.com/antosubash/abp-react/compare/2.2.2...v2.2.3) +## v2.2.4 + +[compare changes](https://github.com/antosubash/abp-react/compare/2.2.3...v2.2.4) + +### 🩹 Fixes + +- Updated the current url again to support proxy request ([b4d2266](https://github.com/antosubash/abp-react/commit/b4d2266)) + +### ❤️ Contributors + +- Anto Subash ([@antosubash](http://github.com/antosubash)) + ### 🩹 Fixes - Used redirect url as current url. ([54d82c0](https://github.com/antosubash/abp-react/commit/54d82c0)) diff --git a/src/package.json b/src/package.json index a137e3d..0313074 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "abp-react", - "version": "2.2.3", + "version": "2.2.4", "private": true, "scripts": { "dev": "next dev",