We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8615aaf commit 604347eCopy full SHA for 604347e
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [11.2.1](https://github.com/prantlf/jsonlint/compare/v11.2.0...v11.2.1) (2022-05-03)
2
+
3
4
+### Bug Fixes
5
6
+* Fix the regex splitting input by line breaks ([71fc338](https://github.com/prantlf/jsonlint/commit/71fc338a32d11be12aebe4cb95fbabc797b6e96b))
7
8
# [11.2.0](https://github.com/prantlf/jsonlint/compare/v11.1.1...v11.2.0) (2022-05-01)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@prantlf/jsonlint",
- "version": "11.2.0",
+ "version": "11.2.1",
"description": "JSON/CJSON/JSON5 parser, syntax and schema validator and pretty-printer.",
"author": "Ferdinand Prantl <prantlf@gmail.com> (http://prantl.tk)",
"contributors": [
0 commit comments