From 1ba681ba2c2fc044813fd40f4a7c79c787e1732e Mon Sep 17 00:00:00 2001 From: Nicholas Lim Date: Wed, 1 Jul 2026 10:25:29 +0800 Subject: [PATCH] release: v1.16.0 Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db96dcb8..18d0d1a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## 1.16.0 (2026-07-01) + +### Features โœจ + +- feat(auth): support multiple Google hosted domains ([#605](https://github.com/String-sg/onward/pull/605)) ([d30cc2e](https://github.com/String-sg/onward/commit/d30cc2e)) + +### Chores ๐Ÿงน + +- chore: update vulnerable dependencies ([#607](https://github.com/String-sg/onward/pull/607)) ([3d1f10d](https://github.com/String-sg/onward/commit/3d1f10d)) + ## 1.15.1 (2026-06-25) ### Bug Fixes ๐Ÿ› diff --git a/package.json b/package.json index a9c2932c..9de3dd5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onward", - "version": "1.15.1", + "version": "1.16.0", "private": true, "type": "module", "packageManager": "pnpm@10.33.4",