Skip to content

Commit be6b6a5

Browse files
chore: release 0.5.0 🚀 (#28)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 723ddf4 commit be6b6a5

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

‎.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.1"
2+
".": "0.5.0"
33
}

‎CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/eslint/json/compare/json-v0.4.1...json-v0.5.0) (2024-10-02)
4+
5+
6+
### Features
7+
8+
* Add support for config comments ([#27](https://github.com/eslint/json/issues/27)) ([723ddf4](https://github.com/eslint/json/commit/723ddf4cc2593ce0469231a76f6dcf4dfb58c3e3))
9+
310
## [0.4.1](https://github.com/eslint/json/compare/json-v0.4.0...json-v0.4.1) (2024-09-09)
411

512

‎jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/json",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"exports": "./dist/esm/index.js",
55
"publish": {
66
"include": [

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint/json",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "JSON linting plugin for ESLint",
55
"author": "Nicholas C. Zakas",
66
"type": "module",

‎src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import noEmptyKeys from "./rules/no-empty-keys.js";
1919
const plugin = {
2020
meta: {
2121
name: "@eslint/json",
22-
version: "0.4.1", // x-release-please-version
22+
version: "0.5.0", // x-release-please-version
2323
},
2424
languages: {
2525
json: new JSONLanguage({ mode: "json" }),

0 commit comments

Comments
 (0)