From 34a07b150dcc24c255c15901705ef56db1188da5 Mon Sep 17 00:00:00 2001 From: Chung Hei Date: Wed, 6 Dec 2023 16:18:04 +0800 Subject: [PATCH] [MISC][CH] Bumped to minor release due to risk of breaking change wrt charset --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 441717d4..25bd342f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@govtechsg/singpass-myinfo-oidc-helper", - "version": "8.2.1", + "version": "8.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@govtechsg/singpass-myinfo-oidc-helper", - "version": "8.2.1", + "version": "8.3.0", "license": "MIT", "dependencies": { "@js-joda/core": "^5.6.1", diff --git a/package.json b/package.json index fa00386b..2b0383bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govtechsg/singpass-myinfo-oidc-helper", - "version": "8.2.1", + "version": "8.3.0", "description": "Helper for building a Relying Party to integrate with Singpass OIDC and MyInfo person basic API", "main": "dist/index.js", "types": "dist/index.d.ts",