From f8df674ba96228fed10b77d5eb8eb9789bd06d4f Mon Sep 17 00:00:00 2001 From: santosral Date: Thu, 11 Jun 2026 14:11:31 +0800 Subject: [PATCH] release: v1.15.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ebdc207..cd54162d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## 1.15.0 (2026-06-11) + +### Features โœจ + +- feat: streaming report exports ([#584](https://github.com/String-sg/onward/pull/584)) ([b450359e](https://github.com/String-sg/onward/commit/b450359e)) +- feat: improve ask ai retrieval ([#572](https://github.com/String-sg/onward/pull/572)) ([2bad386f](https://github.com/String-sg/onward/commit/2bad386f)) + +### Chores ๐Ÿงน + +- chore: resolve npm audit vulnerabilities ([#591](https://github.com/String-sg/onward/pull/591)) ([1b95745e](https://github.com/String-sg/onward/commit/1b95745e)) + ## 1.14.1 (2026-05-12) ### Bug Fixes ๐Ÿ› diff --git a/package.json b/package.json index a376d7c6..883c1852 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onward", - "version": "1.14.1", + "version": "1.15.0", "private": true, "type": "module", "scripts": {