From 93a4cd5ca1b1bb28f35fe2b4ddebfe25742f0ebc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 07:49:03 +0000 Subject: [PATCH 1/2] chore(main): release 1.1.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d14bbf..d3ade91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/zsdotcom/zarishdocs/compare/v1.0.1...v1.1.0) (2026-08-12) + + +### Features + +* ZarishSphere palette branding + non-technical docs rewrite ([#12](https://github.com/zsdotcom/zarishdocs/issues/12)) ([b32f060](https://github.com/zsdotcom/zarishdocs/commit/b32f060d197cc1e45f919733b1f0505f3c6ac169)) + ## [1.0.1](https://github.com/zsdotcom/zarishdocs/compare/v1.0.0...v1.0.1) (2026-08-12) diff --git a/package.json b/package.json index 26e0c75..8753c31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zarishdocs", - "version": "1.0.1", + "version": "1.1.0", "type": "module", "private": true, "description": "ZarishDocs local research workspace with a static browser UI and Node test runner.", From 59f9408422b188a26afbaac86d952488b243ae57 Mon Sep 17 00:00:00 2001 From: arwazarish Date: Wed, 12 Aug 2026 13:50:56 +0600 Subject: [PATCH 2/2] chore: retrigger CI as trusted actor (bot runs require approval)