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 fb22dce commit 177f81cCopy full SHA for 177f81c
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [2.0.2](https://github.com/prantlf/rollup-plugin-jsonlint/compare/v2.0.1...v2.0.2) (2023-10-08)
2
+
3
4
+### Bug Fixes
5
6
+* Upgrade dependencies, support Rollup 4 ([fb22dce](https://github.com/prantlf/rollup-plugin-jsonlint/commit/fb22dce45679c8960166dadbfbb2032777586e7d))
7
8
## [2.0.1](https://github.com/prantlf/rollup-plugin-jsonlint/compare/v2.0.0...v2.0.1) (2023-04-27)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-jsonlint",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "Converts .json (JSON/CJSON/JSON5) files to ES6 modules.",
"author": "Ferdinand Prantl <prantlf@gmail.com> (http://prantl.tk)",
"license": "MIT",
0 commit comments