Skip to content

Commit 937bfb9

Browse files
committed
v2.1.7
1 parent f25960d commit 937bfb9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# CHANGELOG V2.1.6
1+
# CHANGELOG V2.1.7
22
* ✨ Feat [#26](https://github.com/arnav-kr/json-formatter/issues/26) Ability to customize keyboard shortcuts
33
* 🐞 Minor Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![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)
1111

1212

13-
**[V2.1.6.0 CHANGELOG](CHANGELOG.md)**
13+
**[V2.1.7.0 CHANGELOG](CHANGELOG.md)**
1414

1515
## Features:
1616
* 60+ Themes for both Light and Dark Mode

extension/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "JSON Formatter",
33
"short_name": "JSON Formatter",
4-
"version": "2.1.6",
5-
"version_name": "Version 2.1.6 Beta",
4+
"version": "2.1.7",
5+
"version_name": "Version 2.1.7 Beta",
66
"manifest_version": 3,
77
"description": "Formats JSON automatically! Open Source, Available with 60+ Themes, Syntax Highlighting, automatically linkifies links and more.",
88
"author": "Arnav",

0 commit comments

Comments
 (0)