Skip to content

Commit 26f540b

Browse files
chore(release): 11.6.0 [skip ci]
# [11.6.0](v11.5.0...v11.6.0) (2022-05-04) ### Bug Fixes * Do not generate text diff if not needed ([0423a4b](0423a4b)) ### Features * Allow setting the line count as diff context ([9b22843](9b22843))
1 parent 9b22843 commit 26f540b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [11.6.0](https://github.com/prantlf/jsonlint/compare/v11.5.0...v11.6.0) (2022-05-04)
2+
3+
4+
### Bug Fixes
5+
6+
* Do not generate text diff if not needed ([0423a4b](https://github.com/prantlf/jsonlint/commit/0423a4b1fbc10cb6a201fe79e29a2b0e0101f3d0))
7+
8+
9+
### Features
10+
11+
* Allow setting the line count as diff context ([9b22843](https://github.com/prantlf/jsonlint/commit/9b22843a93ec47c0e18b1833618072083989b431))
12+
113
# [11.5.0](https://github.com/prantlf/jsonlint/compare/v11.4.0...v11.5.0) (2022-05-03)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prantlf/jsonlint",
3-
"version": "11.5.0",
3+
"version": "11.6.0",
44
"description": "JSON/CJSON/JSON5 parser, syntax and schema validator and pretty-printer.",
55
"author": "Ferdinand Prantl <prantlf@gmail.com> (http://prantl.tk)",
66
"contributors": [

0 commit comments

Comments
 (0)