Skip to content

Commit 4cc2355

Browse files
Version Packages (#566)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c8ff016 commit 4cc2355

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.changeset/eslint-v10-compatibility.md

Lines changed: 0 additions & 8 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-yml
22

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- [#564](https://github.com/ota-meshi/eslint-plugin-yml/pull/564) [`c8ff016`](https://github.com/ota-meshi/eslint-plugin-yml/commit/c8ff016b762ccfb43406ee45eefe2a338d3bcb16) Thanks [@antfu](https://github.com/antfu)! - Add ESLint v10 compatibility while maintaining v9 support
8+
- Migrated from deprecated `isSpaceBetweenTokens()` to `isSpaceBetween()` API
9+
- All changes are backward compatible with ESLint v9
10+
311
## 3.0.0
412

513
### Major Changes

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![NPM downloads](https://img.shields.io/npm/dm/eslint-plugin-yml.svg)](http://www.npmtrends.com/eslint-plugin-yml)
1010
[![NPM downloads](https://img.shields.io/npm/dy/eslint-plugin-yml.svg)](http://www.npmtrends.com/eslint-plugin-yml)
1111
[![NPM downloads](https://img.shields.io/npm/dt/eslint-plugin-yml.svg)](http://www.npmtrends.com/eslint-plugin-yml)
12-
[![Build Status](https://github.com/ota-meshi/eslint-plugin-yml/workflows/CI/badge.svg?branch=master)](https://github.com/ota-meshi/eslint-plugin-yml/actions?query=workflow%3ACI)
12+
[![Build Status](https://github.com/ota-meshi/eslint-plugin-yml/actions/workflows/NodeCI.yml/badge.svg)](https://github.com/ota-meshi/eslint-plugin-yml/actions/workflows/NodeCI.yml)
1313
[![Coverage Status](https://coveralls.io/repos/github/ota-meshi/eslint-plugin-yml/badge.svg?branch=master)](https://coveralls.io/github/ota-meshi/eslint-plugin-yml?branch=master)
1414

1515
## :name_badge: Features

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-yml",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "This ESLint plugin provides linting rules for YAML.",
55
"type": "module",
66
"main": "lib/index.mjs",

0 commit comments

Comments
 (0)