From 46c4ea3a763f88d8b23b96c3fd5199a31dfc7363 Mon Sep 17 00:00:00 2001 From: "Ismail H. Ayaz" Date: Fri, 8 Sep 2023 07:14:15 +0300 Subject: [PATCH] chore: release v0.4.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea8039d..cdca177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## [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 a50d178..bcc8b95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plusauth/web", - "version": "0.4.0", + "version": "0.4.1", "description": "PlusAuth Web Util", "main": "dist/plusauth-web.js", "types": "dist/plusauth-web.d.ts",