Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/sour-memes-happen.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.1

### Patch Changes

- [#228](https://github.com/ota-meshi/jsonc-eslint-parser/pull/228) [`46c1f97`](https://github.com/ota-meshi/jsonc-eslint-parser/commit/46c1f97d50daf959df636e0681a109fe09a98138) Thanks [@michaelfaith](https://github.com/michaelfaith)! - improve type compatibility with eslint

## 2.4.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.4.0",
"version": "2.4.1",
"description": "JSON, JSONC and JSON5 parser for use with ESLint plugins",
"main": "lib/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions src/meta.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// IMPORTANT!
// This file has been automatically generated,
// in order to update its content execute "npm run build:meta"
export const name = "jsonc-eslint-parser";
export const version = "2.4.0";
export const name = "jsonc-eslint-parser" as const;
export const version = "2.4.1" as const;