From 9f20148e81089ceaafac6cf9c4e9ff0e8ebd5d59 Mon Sep 17 00:00:00 2001 From: Shakir El Amrani Date: Tue, 28 Feb 2023 09:25:11 +0100 Subject: [PATCH] Prepere for version 2.2 --- CHANGELOG.md | 4 ++++ src/manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81375fe..6bfdbb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## v2.2 (2023-02-28) + +- Supported changing fonts with the new feature [New Code Search and Code View](https://docs.github.com/en/repositories/working-with-files/managing-files/navigating-files-with-the-new-code-view) - [#16](https://github.com/AmraniCh/github-code-font-changer/pull/16). + ## v2.0 (2022-04-10) - Allows using local fonts beside the fonts provided by the extension. diff --git a/src/manifest.json b/src/manifest.json index 254f502..e04da9c 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Github Code Font Changer", "description": "Change and customize the boring GitHub code viewer font", - "version": "2.0", + "version": "2.2", "icons": { "16": "images/icon16.png", "48": "images/icon48.png",