Skip to content

Commit 64521d9

Browse files
2.0.3 [skip ci]
1 parent f4b56da commit 64521d9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes
22

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+
39
## [2.0.2](https://github.com/prantlf/rollup-plugin-jsonlint/compare/v2.0.1...v2.0.2) (2023-10-08)
410

511
### Bug Fixes

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-jsonlint",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Converts .json (JSON/CJSON/JSON5) files to ES6 modules.",
55
"author": "Ferdinand Prantl <[email protected]> (http://prantl.tk)",
66
"license": "MIT",
@@ -78,4 +78,4 @@
7878
"npm",
7979
"modules"
8080
]
81-
}
81+
}

0 commit comments

Comments
 (0)