From e3f119defcad3604114d9266bc6294efffd83d8f Mon Sep 17 00:00:00 2001 From: Seng-Siong Lim Date: Wed, 4 Oct 2023 13:26:02 +0800 Subject: [PATCH] chore: prep for release --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 760839b..30fe391 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v1.0.2 (2023-10-04) + +### Changed + +- fix: type in oauth profile interface (special thanks to @jacobszpz) +- chore: bump oauth to v0.10.0 +- chore: update npm packages + ## v1.0.1 (2023-05-15) > There is no change to the codebase, just a version bump to publish to the new npm organisation. diff --git a/package.json b/package.json index 422ac49..a0a6e28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@govtechsg/passport-openidconnect", - "version": "1.0.1", + "version": "1.0.2", "description": "OpenID Connect authentication strategy for Passport.", "keywords": [ "auth",