Skip to content

Commit 62428cb

Browse files
committed
v2.3.0
1 parent d667ad3 commit 62428cb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
JSONView 2.3.0
2+
---
3+
* Switch to a dark theme when your system is set to dark mode.
4+
15
JSONView 2.2.1
26
---
37
* Escape single quotes in generated HTML.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "jsonview@brh.numbera.com",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"name": "jsonview",
55
"title": "JSONView",
66
"description": "View JSON documents in the browser.",

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "JSONView",
4-
"version": "2.2.1",
4+
"version": "2.3.0",
55
"description": "__MSG_extensionDescription__",
66
"author": "Benjamin Hollis",
77
"homepage_url": "https://jsonview.com/",

0 commit comments

Comments
 (0)