Skip to content

Commit 1e22f86

Browse files
Version 3 (#8)
* Add support policy * Set version to 3.0.0
1 parent 57e1955 commit 1e22f86

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

Diff for: CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11

22
# Changelog
33

4+
## 3.0.0 (2023-10-26)
5+
6+
* Support current Node.js LTS (18, 20)
7+
* Update ESLint version to `^8.51.0`
8+
* Set es2017 as default
9+
* Drop `es2015`'s alias `es6`
10+
* Drop `legacy`'s alias `es5`
11+
* Rename `legacy` to `es2009`
12+
* Add support policy
13+
414
## 2.0.0 (2021-05-26)
515

616
* Update Node requirements to LTS

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ Please check that everything works by running the following before opening a <ab
5353
npm test
5454
```
5555

56+
## Support
57+
58+
When we release a new major version we will continue to support the previous major version for 6 months. This support will be limited to fixes for critical bugs and security issues.
59+
5660
## Licence
5761

5862
Licensed under the [Lesser General Public License (LGPL-3.0)](LICENSE).<br/>

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pa11y-lint-config",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Linter configurations for Pa11y projects",
55
"author": "Team Pa11y",
66
"contributors": [

0 commit comments

Comments
 (0)