Skip to content

Commit 79f143b

Browse files
chore: release jsonc-eslint-parser (#188)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2f8dce0 commit 79f143b

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/eight-bananas-burn.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- [#186](https://github.com/ota-meshi/jsonc-eslint-parser/pull/186) [`8027edd`](https://github.com/ota-meshi/jsonc-eslint-parser/commit/8027eddbb8a54f965dc480792fb31382bad131f2) Thanks [@JoshuaKGoldberg](https://github.com/JoshuaKGoldberg)! - Added ESLint-oriented types, with plugin docs
8+
39
## 2.3.0
410

511
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsonc-eslint-parser",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "JSON, JSONC and JSON5 parser for use with ESLint plugins",
55
"main": "lib/index.js",
66
"files": [

src/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 build:meta"
44
export const name = "jsonc-eslint-parser" as const;
5-
export const version = "2.3.0" as const;
5+
export const version = "2.4.0" as const;

0 commit comments

Comments
 (0)