Skip to content

Commit daab78e

Browse files
chore: release eslint-plugin-jsonc (#395)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d666108 commit daab78e

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.changeset/rich-toes-live.md

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

.changeset/tame-boxes-shop.md

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

CHANGELOG.md

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

3+
## 2.20.0
4+
5+
### Minor Changes
6+
7+
- [#394](https://github.com/ota-meshi/eslint-plugin-jsonc/pull/394) [`70d4b06`](https://github.com/ota-meshi/eslint-plugin-jsonc/commit/70d4b062b52495a716a0c2aaeb6c45c3b383bca4) Thanks [@ota-meshi](https://github.com/ota-meshi)! - minor refactor
8+
9+
- [#402](https://github.com/ota-meshi/eslint-plugin-jsonc/pull/402) [`237932c`](https://github.com/ota-meshi/eslint-plugin-jsonc/commit/237932cc6bf469994c686bce597c612e00586347) Thanks [@JounQin](https://github.com/JounQin)! - refactor: hourcekeeping, bump all (dev) deps, stricter rule `options` typings
10+
311
## 2.19.1
412

513
### Patch Changes

lib/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 update"
44
export const name = "eslint-plugin-jsonc";
5-
export const version = "2.19.1";
5+
export const version = "2.20.0";

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.19.1",
3+
"version": "2.20.0",
44
"description": "ESLint plugin for JSON, JSONC and JSON5 files.",
55
"main": "dist/index.js",
66
"typescript": {

0 commit comments

Comments
 (0)