From e0b58dc824b5d2d2d75d0f8e373e15e07f06b68a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 13:55:47 +0000 Subject: [PATCH] chore(master): release 6.1.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0f6aa44..5e404df 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.1" + ".": "6.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 94440c9..09b879f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [6.1.2](https://github.com/devuri/brisko/compare/6.1.1...6.1.2) (2025-03-04) + + +### Bug Fixes + +* nav update ([3b8ae79](https://github.com/devuri/brisko/commit/3b8ae79a1d2b88aad284c049e78c559e4f7d2a12)) + + +### Miscellaneous Chores + +* build ([14d8462](https://github.com/devuri/brisko/commit/14d846259fd6c471f6286fd01f137a3613322f21)) +* version bump 6.1.2 ([55cd66f](https://github.com/devuri/brisko/commit/55cd66fb8cabc8abe33648dbd00484fcb7bb6f04)) + ## [6.1.1](https://github.com/devuri/brisko/compare/6.1.0...6.1.1) (2025-03-04)