Skip to content

Commit 4dce67f

Browse files
author
Túlio Ornelas
committed
bump version and update changelog
1 parent 5a40fc1 commit 4dce67f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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.17.0 - 2017-01-16
2+
3+
* Bugfix: check if all nodes are text nodes before the normalization when facing multiple nodes (issue #136)
4+
* Add key map `shift-enter` to show the previous search result (PR #135 thanks to @benvan)
5+
16
# 0.16.2 - 2017-01-14
27

38
* Bugfix: checkIfJson fails when chrome splits text nodes (PR #133 thanks to @benvan)

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.2",
3+
"version": "0.17.0",
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)