Skip to content

Commit 89183f1

Browse files
chore: release jsonc-eslint-parser (#163)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 11005f3 commit 89183f1

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.changeset/strange-humans-enjoy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# jsonc-eslint-parser
2+
3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- [#162](https://github.com/ota-meshi/jsonc-eslint-parser/pull/162) [`9afa0c4`](https://github.com/ota-meshi/jsonc-eslint-parser/commit/9afa0c452de7192970145aa3588b85530e23cae9) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat: export meta object

package.json

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

src/meta.ts

Lines changed: 1 addition & 1 deletion
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.2.0" as const;
5+
export const version = "2.3.0" as const;

0 commit comments

Comments
 (0)