Skip to content

Commit 488be97

Browse files
chore: release eslint-plugin-jsonc (#373)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9dce7d3 commit 488be97

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

Diff for: .changeset/healthy-parents-peel.md

-5
This file was deleted.

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-jsonc
22

3+
## 2.18.0
4+
5+
### Minor Changes
6+
7+
- [#372](https://github.com/ota-meshi/eslint-plugin-jsonc/pull/372) [`9dce7d3`](https://github.com/ota-meshi/eslint-plugin-jsonc/commit/9dce7d3dece96b4e22e7be6fc18fd4fd401edcfa) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: use eslint-json-compat-utils
8+
39
## 2.17.0
410

511
### Minor Changes

Diff for: lib/meta.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// This file has been automatically generated,
33
// in order to update its content execute "npm run update"
44
export const name = "eslint-plugin-jsonc";
5-
export const version = "2.17.0";
5+
export const version = "2.18.0";

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-jsonc",
3-
"version": "2.17.0",
3+
"version": "2.18.0",
44
"description": "ESLint plugin for JSON, JSONC and JSON5 files.",
55
"main": "dist/index.js",
66
"typescript": {

0 commit comments

Comments
 (0)