From 10a252e2f581c1fa8cd789d75768004155d8d564 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 14:45:48 +0000 Subject: [PATCH] chore(main): release 0.1.6 --- .release-please-manifest.json | 2 +- cli/CHANGELOG.md | 14 ++++++++++++++ cli/package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 90d074b..a792fbb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "cli": "0.1.5" + "cli": "0.1.6" } diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 3207842..00bcc3a 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.6](https://github.com/znat/gitpulse/compare/v0.1.5...v0.1.6) (2026-05-19) + + +### Features + +* add theme.linkColor option to override link/accent CSS vars ([1f34b20](https://github.com/znat/gitpulse/commit/1f34b20e2b10bde5357f056d1c06f930a722b431)) +* AI-generated images for features (PR 2/3) ([#54](https://github.com/znat/gitpulse/issues/54)) ([09b172a](https://github.com/znat/gitpulse/commit/09b172a1d3dcc63283c5ef9fb28117db3093c70d)) +* AI-generated release illustrations (PR 3/3) ([#56](https://github.com/znat/gitpulse/issues/56)) ([a862a27](https://github.com/znat/gitpulse/commit/a862a27b9455767ed62c7576e314f9c1192366a7)) +* **cli:** auto-load .env.local for integration tests ([#53](https://github.com/znat/gitpulse/issues/53)) ([c8e64f4](https://github.com/znat/gitpulse/commit/c8e64f49eddde9e179c530f5546140605ede340f)) +* **cli:** gitpulse:ignore label excludes PRs from publication ([#58](https://github.com/znat/gitpulse/issues/58)) ([cb08c95](https://github.com/znat/gitpulse/commit/cb08c952610ff7f473cf417a184ef099e84597c8)) +* **cli:** pluggable image storage with Vercel Blob impl (PR 1/3) ([#52](https://github.com/znat/gitpulse/issues/52)) ([e4b166a](https://github.com/znat/gitpulse/commit/e4b166aacb870b47d2fcb36243f25a58cb389098)) +* end-to-end password protection for published sites ([#44](https://github.com/znat/gitpulse/issues/44)) ([ff4788f](https://github.com/znat/gitpulse/commit/ff4788f5664267d40059bfcc1eb4cfbe4acc3fad)) +* paginated feed + releases tab + theme accent color ([#47](https://github.com/znat/gitpulse/issues/47)) ([aa63e21](https://github.com/znat/gitpulse/commit/aa63e21478f24db8a7aa1ca7072b1ab297a52342)) + ## [0.1.5](https://github.com/znat/gitpulse/compare/v0.1.4...v0.1.5) (2026-05-07) diff --git a/cli/package.json b/cli/package.json index d843c29..e387775 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@gitpulse/cli", - "version": "0.1.5", + "version": "0.1.6", "description": "CLI for gitpulse — generate an editorial story feed for your repo's PRs and direct pushes.", "license": "AGPL-3.0-or-later", "homepage": "https://github.com/znat/gitpulse#readme",