From 76096a88390e58db8017080829eb393ac40d400f Mon Sep 17 00:00:00 2001 From: Julien Pillaud <84393176+julienpillaud@users.noreply.github.com> Date: Sat, 5 Sep 2026 13:12:49 +0200 Subject: [PATCH] chore(main): release 0.31.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 716d004..8e3d955 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.30.0" + ".": "0.31.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e50fb..466cfdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.31.0](https://github.com/julienpillaud/cleanstack/compare/0.30.0...0.31.0) (2026-09-05) + + +### Features + +* refactor repository protocols ([#90](https://github.com/julienpillaud/cleanstack/issues/90)) ([a8497d6](https://github.com/julienpillaud/cleanstack/commit/a8497d6037277b0fa465a3affe2432152500a528)) + ## [0.30.0](https://github.com/julienpillaud/cleanstack/compare/0.29.0...0.30.0) (2026-08-27)