Skip to content

Commit 73a0ba1

Browse files
committed
chore: release 1.2.1 πŸš€
1 parent 6e6ca05 commit 73a0ba1

5 files changed

Lines changed: 12 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.2.1"
33
}

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.2.1](https://github.com/eslint/json/compare/json-v1.2.0...json-v1.2.1) (2026-04-18)
4+
5+
6+
### Bug Fixes
7+
8+
* update eslint ([#226](https://github.com/eslint/json/issues/226)) ([237148f](https://github.com/eslint/json/commit/237148ff7692e4b5fa813dd3bb3757eaebf866e9))
9+
* update eslint ([#228](https://github.com/eslint/json/issues/228)) ([5803df5](https://github.com/eslint/json/commit/5803df5fd172562e10e76913370a801c55cf61d3))
10+
311
## [1.2.0](https://github.com/eslint/json/compare/json-v1.1.0...json-v1.2.0) (2026-03-16)
412

513

β€Žjsr.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/json",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"exports": "./dist/index.js",
55
"publish": {
66
"include": [

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/json",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "JSON linting plugin for ESLint",
55
"author": "Nicholas C. Zakas",
66
"type": "module",

β€Žsrc/index.jsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import rules from "./build/rules.js";
1919
const plugin = {
2020
meta: {
2121
name: "@eslint/json",
22-
version: "1.2.0", // x-release-please-version
22+
version: "1.2.1", // x-release-please-version
2323
},
2424
languages: {
2525
json: new JSONLanguage({ mode: "json" }),

0 commit comments

Comments
Β (0)