Skip to content

Commit 6c2163f

Browse files
chore(release): update monorepo packages versions (#98)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e7c348a commit 6c2163f

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

.changeset/eslint-10-support.md

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- c26e3a1: Add ESLint 10 support. This is a breaking change — ESLint 9 is no longer supported.
8+
9+
- Replace deprecated `context.getSourceCode()` with `context.sourceCode` (fixes #96)
10+
- Update peer dependency to `eslint ^10.0.0`
11+
- Update all dev dependencies to latest versions
12+
313
All notable changes to this project will be documented in this file.
414
This project adheres to [Semantic Versioning](http://semver.org/).
515

@@ -16,6 +26,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1626
## 2.2.0
1727

1828
- Support ESLint 8 [#16](https://github.com/fxOne/eslint-plugin-sort-keys-shorthand/issues/14)
29+
1930
## 2.1.0
2031

2132
- Support ESLint 7

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-sort-keys-shorthand",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "eslint plugin which support sorting shorthand keys",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)