Skip to content

Commit

Permalink
chore: release jsonc-eslint-parser (#188)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Oct 24, 2023
1 parent 2f8dce0 commit 79f143b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-bananas-burn.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# jsonc-eslint-parser

## 2.4.0

### Minor Changes

- [#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

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonc-eslint-parser",
"version": "2.3.0",
"version": "2.4.0",
"description": "JSON, JSONC and JSON5 parser for use with ESLint plugins",
"main": "lib/index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// This file has been automatically generated,
// in order to update its content execute "npm run build:meta"
export const name = "jsonc-eslint-parser" as const;
export const version = "2.3.0" as const;
export const version = "2.4.0" as const;

0 comments on commit 79f143b

Please sign in to comment.