Skip to content

Commit 3704e16

Browse files
author
Túlio Ornelas
committed
bump version and update changelog
1 parent 162d1cd commit 3704e16

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.16.2 - 2017-01-14
2+
3+
* Bugfix: checkIfJson fails when chrome splits text nodes (PR #133 thanks to @benvan)
4+
* Bug fix: quotes incorrectly parsed by wrapNumbers resulting in broken json (PR #134 thanks to @benvan)
5+
16
# 0.16.1 - 2016-12-04
27

38
* Bugfix: Empty <pre> prepended to body when markup contained one text node with any whitespace character inside (issue #123)

description.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Thiago Pontes (@thiagopnts)
4040
Ben Hollander (@benhollander)
4141
Mehdi Bahrami (@mehdibahraami)
4242
Reimund Trost (@reimund)
43+
Ben van Enckevort (@benvan)
4344

4445
License
4546
MIT License

extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "JSON Viewer",
3-
"version": "0.16.1",
3+
"version": "0.16.2",
44
"manifest_version": 2,
55
"author": "Tulio Ornelas <[email protected]>",
66
"description": "The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen",

0 commit comments

Comments
 (0)