From e7f88c1ab1f81d07d096954649af890528ffc97a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 07:50:06 +0000 Subject: [PATCH] chore(main): release 0.0.12 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ manifest.json | 2 +- package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4a34d5c..72d5a59 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.11" + ".": "0.0.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5119429..7128069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.0.12](https://github.com/lamngockhuong/github-flex/compare/v0.0.11...v0.0.12) (2026-07-24) + + +### Features + +* **website:** add ohlab.dev credit to footer ([#62](https://github.com/lamngockhuong/github-flex/issues/62)) ([5a20000](https://github.com/lamngockhuong/github-flex/commit/5a20000b858b208f09deedb228bda0da958f65f3)) + + +### Bug Fixes + +* **deps:** update astro monorepo ([#67](https://github.com/lamngockhuong/github-flex/issues/67)) ([9612c60](https://github.com/lamngockhuong/github-flex/commit/9612c6043f0ee2fdc90d9569acca4d8f1c518734)) + ## [0.0.11](https://github.com/lamngockhuong/github-flex/compare/v0.0.10...v0.0.11) (2026-04-23) diff --git a/manifest.json b/manifest.json index ebeb56c..9529d59 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "__MSG_extName__", - "version": "0.0.11", + "version": "0.0.12", "description": "__MSG_extDescription__", "default_locale": "en", "homepage_url": "https://github-flex.ohnice.app", diff --git a/package.json b/package.json index adecdf6..6894c44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-flex", - "version": "0.0.11", + "version": "0.0.12", "description": "Browser extension to expand GitHub's interface", "private": true, "license": "MIT",