We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b56da commit 64521d9Copy full SHA for 64521d9
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changes
2
3
+## [2.0.3](https://github.com/prantlf/rollup-plugin-jsonlint/compare/v2.0.2...v2.0.3) (2024-08-06)
4
+
5
+### Bug Fixes
6
7
+* Upgrade dependencies ([f4b56da](https://github.com/prantlf/rollup-plugin-jsonlint/commit/f4b56da8e14c61f1fe9561f7bcbaf4c215e1386d))
8
9
## [2.0.2](https://github.com/prantlf/rollup-plugin-jsonlint/compare/v2.0.1...v2.0.2) (2023-10-08)
10
11
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-jsonlint",
- "version": "2.0.2",
+ "version": "2.0.3",
"description": "Converts .json (JSON/CJSON/JSON5) files to ES6 modules.",
"author": "Ferdinand Prantl <[email protected]> (http://prantl.tk)",
"license": "MIT",
@@ -78,4 +78,4 @@
78
"npm",
79
"modules"
80
]
81
-}
+}
0 commit comments