File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.0.0 "
2+ "." : " 1.0.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.1] ( https://github.com/eslint/json/compare/json-v1.0.0...json-v1.0.1 ) (2026-02-10)
4+
5+
6+ ### Bug Fixes
7+
8+ * update eslint ([ #208 ] ( https://github.com/eslint/json/issues/208 ) ) ([ 249ccda] ( https://github.com/eslint/json/commit/249ccda36767d3b508cfec615728d1b5bfde177a ) )
9+
310## [ 1.0.0] ( https://github.com/eslint/json/compare/json-v0.14.0...json-v1.0.0 ) (2026-01-28)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/json" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "exports" : " ./dist/index.js" ,
55 "publish" : {
66 "include" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/json" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " JSON linting plugin for ESLint" ,
55 "author" : " Nicholas C. Zakas" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import rules from "./build/rules.js";
1919const plugin = {
2020 meta : {
2121 name : "@eslint/json" ,
22- version : "1.0.0 " , // x-release-please-version
22+ version : "1.0.1 " , // x-release-please-version
2323 } ,
2424 languages : {
2525 json : new JSONLanguage ( { mode : "json" } ) ,
You canβt perform that action at this time.
0 commit comments