From 937bfb9b356d1390be3ee00e81ac7a86a3f987dc Mon Sep 17 00:00:00 2001 From: Arnav Kumar <72879799+arnav-kr@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:43:07 +0000 Subject: [PATCH] v2.1.7 --- CHANGELOG.md | 2 +- README.md | 2 +- extension/manifest.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea8d9f..72e66c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -# CHANGELOG V2.1.6 +# CHANGELOG V2.1.7 * ✨ Feat [#26](https://github.com/arnav-kr/json-formatter/issues/26) Ability to customize keyboard shortcuts * 🐞 Minor Bug Fixes \ No newline at end of file diff --git a/README.md b/README.md index 102159c..d117f7b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![GitHub](https://img.shields.io/github/license/arnav-kr/json-formatter?style=flat-square&logo=github&logoColor=white&label=GitHub&labelColor=%233d3d3d&color=%234285F4)](https://github.com/arnav-kr/json-formatter) -**[V2.1.6.0 CHANGELOG](CHANGELOG.md)** +**[V2.1.7.0 CHANGELOG](CHANGELOG.md)** ## Features: * 60+ Themes for both Light and Dark Mode diff --git a/extension/manifest.json b/extension/manifest.json index e53ec87..0e4b72f 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,8 +1,8 @@ { "name": "JSON Formatter", "short_name": "JSON Formatter", - "version": "2.1.6", - "version_name": "Version 2.1.6 Beta", + "version": "2.1.7", + "version_name": "Version 2.1.7 Beta", "manifest_version": 3, "description": "Formats JSON automatically! Open Source, Available with 60+ Themes, Syntax Highlighting, automatically linkifies links and more.", "author": "Arnav",