From bbb76e70c05b60ecd2d0e9695ef602841871dba7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 07:12:31 +0000 Subject: [PATCH] chore(main): release 0.0.12 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package.json | 2 +- 4 files changed, 10 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..8258ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.12](https://github.com/lamngockhuong/github-flex/compare/v0.0.11...v0.0.12) (2026-04-28) + + +### 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)) + ## [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 aea4e35..66962c0 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",