From 3add16563c6cf357b51bd70e19c882958096287e Mon Sep 17 00:00:00 2001 From: santosral Date: Tue, 12 May 2026 13:11:51 +0800 Subject: [PATCH] release: v1.14.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bde0d5e..7ebdc207 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## 1.14.1 (2026-05-12) + +### Bug Fixes 🐛 + +- fix: handle missing picture claim in google oauth login ([#567](https://github.com/String-sg/onward/pull/567)) ([4cdb9489](https://github.com/String-sg/onward/commit/4cdb9489)) + ## 1.14.0 (2026-05-11) ### Features ✨ diff --git a/package.json b/package.json index a8c558a5..d907b94a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onward", - "version": "1.14.0", + "version": "1.14.1", "private": true, "type": "module", "scripts": {