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 5d00c00 commit 895868eCopy full SHA for 895868e
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [11.7.2](https://github.com/prantlf/jsonlint/compare/v11.7.1...v11.7.2) (2023-03-05)
2
+
3
4
+### Bug Fixes
5
6
+* Use both typings and types in package.json ([5d00c00](https://github.com/prantlf/jsonlint/commit/5d00c00c7fd098674ee9d1f3dba14369debaa73b))
7
8
## [11.7.1](https://github.com/prantlf/jsonlint/compare/v11.7.0...v11.7.1) (2023-03-05)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@prantlf/jsonlint",
- "version": "11.7.1",
+ "version": "11.7.2",
"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