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 ac2377c commit 32e6908Copy full SHA for 32e6908
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changes
2
3
+## [2.1.0](https://github.com/prantlf/rollup-plugin-jsonlint/compare/v2.0.3...v2.1.0) (2024-12-10)
4
+
5
+### Features
6
7
+* Upgrade dependencies ([ac2377c](https://github.com/prantlf/rollup-plugin-jsonlint/commit/ac2377c45a71b790848635d24bff207358233486))
8
9
## [2.0.3](https://github.com/prantlf/rollup-plugin-jsonlint/compare/v2.0.2...v2.0.3) (2024-08-06)
10
11
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-jsonlint",
- "version": "2.0.3",
+ "version": "2.1.0",
"description": "Converts .json (JSON/CJSON/JSON5) files to ES6 modules.",
"author": "Ferdinand Prantl <[email protected]> (http://prantl.tk)",
"license": "MIT",
0 commit comments