Skip to content

Commit 16447f1

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

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/sixty-lamps-press.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+
## 3.0.1
4+
5+
### Patch Changes
6+
7+
- [#484](https://github.com/ota-meshi/eslint-plugin-jsonc/pull/484) [`8bef6fc`](https://github.com/ota-meshi/eslint-plugin-jsonc/commit/8bef6fc87089f34079aa4ec0b81b59ce0ec45227) Thanks [@ota-meshi](https://github.com/ota-meshi)! - update `@ota-meshi/ast-token-store` to v0.3.0
8+
39
## 3.0.0
410

511
### Major 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 = "3.0.0" as const;
5+
export const version = "3.0.1" 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": "3.0.0",
3+
"version": "3.0.1",
44
"description": "ESLint plugin for JSON, JSONC and JSON5 files.",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)