Skip to content

Commit 4296941

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

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.changeset/fuzzy-glasses-bake copy.md

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

.changeset/fuzzy-glasses-bake.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.21.0
4+
5+
### Minor Changes
6+
7+
- [#426](https://github.com/ota-meshi/eslint-plugin-jsonc/pull/426) [`efc00a6`](https://github.com/ota-meshi/eslint-plugin-jsonc/commit/efc00a613a78f2f15b6b9815b783bf92a3f838a5) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat(sort-array-values): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction
8+
9+
- [#426](https://github.com/ota-meshi/eslint-plugin-jsonc/pull/426) [`efc00a6`](https://github.com/ota-meshi/eslint-plugin-jsonc/commit/efc00a613a78f2f15b6b9815b783bf92a3f838a5) Thanks [@ota-meshi](https://github.com/ota-meshi)! - feat(sort-keys): improve to calculate the minimum edit distance for sorting and report the optimal sorting direction
10+
311
## 2.20.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" as const;
5-
export const version = "2.20.1" as const;
5+
export const version = "2.21.0" as const;

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

0 commit comments

Comments
 (0)