Skip to content

Commit 49f90f4

Browse files
chore: release eslint-plugin-jsonc (#316)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 36b9fc7 commit 49f90f4

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.changeset/rude-plums-relate.md

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# eslint-plugin-jsonc
22

3+
## 2.14.1
4+
5+
### Patch Changes
6+
7+
- [#315](https://github.com/ota-meshi/eslint-plugin-jsonc/pull/315) [`36b9fc7`](https://github.com/ota-meshi/eslint-plugin-jsonc/commit/36b9fc7aaa934883dc37c059ef02f1e9ba24ddb5) Thanks [@ota-meshi](https://github.com/ota-meshi)! - fix: flat config issues
8+
39
## 2.14.0
410

511
### Minor Changes

lib/meta.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// IMPORTANT!
22
// This file has been automatically generated,
33
// in order to update its content execute "npm run update"
4-
export const name = "eslint-plugin-jsonc" as const;
5-
export const version = "2.14.0" as const;
4+
export const name = "eslint-plugin-jsonc";
5+
export const version = "2.14.1";

package.json

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

0 commit comments

Comments
 (0)