Skip to content

Commit cf8c7df

Browse files
committed
v2.1.10
1 parent dd5273b commit cf8c7df

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
# CHANGELOG V2.1.9
2-
* 🐞 Fix [[#32](https://github.com/arnav-kr/json-formatter/issues/32)]
3-
* New option to Enable/Disable Raw Unicode Escapes
1+
# CHANGELOG V2.1.10
2+
* New option to Enable/Disable Custom Context Menu

README.md

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

1414

15-
**[V2.1.9.0 CHANGELOG](CHANGELOG.md)**
15+
**[V2.1.10.0 CHANGELOG](CHANGELOG.md)**
1616

1717
## Features:
1818
* 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.9",
5-
"version_name": "Version 2.1.9 Beta",
4+
"version": "2.1.10",
5+
"version_name": "Version 2.1.10 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)