diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e9a3fb0..e7b58d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [5.15.0](https://github.com/clippingkk/web/compare/v5.14.9...v5.15.0) (2026-03-21) + + +### Features + +* **logo:** replace PNG logo with theme-aware SVG logos ([3094450](https://github.com/clippingkk/web/commit/30944508914dbf0b4a4cb63c86563029b89bf47a)) + + +### Bug Fixes + +* **apollo:** migrate to Apollo Client v4 breaking changes ([c64679d](https://github.com/clippingkk/web/commit/c64679de381897804372dd0aa5468438ac401a7c)) +* **apollo:** migrate to Apollo Client v4 breaking changes ([65e8db8](https://github.com/clippingkk/web/commit/65e8db88a5fa57350473759d1635f5f4d04947d0)) + ## [5.14.9](https://github.com/clippingkk/web/compare/v5.14.8...v5.14.9) (2026-01-31) diff --git a/package.json b/package.json index af66f366..e225f7ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kindle-viewer-website", - "version": "5.14.9", + "version": "5.15.0", "description": "kindle-viewer-website", "main": "index.js", "scripts": {