From b78b51901c3ff08382637dda6e4f65a2c07f4760 Mon Sep 17 00:00:00 2001 From: "Ismail H. Ayaz" Date: Fri, 8 Sep 2023 07:38:33 +0300 Subject: [PATCH] chore: release v0.4.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdca177..678d0ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.4.2](https://github.com/PlusAuth/plusauth-web/compare/v0.4.1...v0.4.2) (2023-09-08) + + +### Performance Improvements + +* unnecessary text retrieval for when redirect happened ([8e868ac](https://github.com/PlusAuth/plusauth-web/commit/8e868ac1cf8549f7b18430f37f6593a5a6d85c75)) + ## [0.4.1](https://github.com/PlusAuth/plusauth-web/compare/v0.4.0...v0.4.1) (2023-09-08) # [0.4.0](https://github.com/PlusAuth/plusauth-web/compare/v0.3.1...v0.4.0) (2023-09-08) diff --git a/package.json b/package.json index f88bbbd..e12a24e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plusauth/web", - "version": "0.4.1", + "version": "0.4.2", "description": "PlusAuth Web Util", "main": "dist/plusauth-web.js", "types": "dist/plusauth-web.d.ts",