Skip to content

Commit

Permalink
Version 3 (#8)
Browse files Browse the repository at this point in the history
* Add support policy

* Set version to 3.0.0
  • Loading branch information
danyalaytekin authored Oct 26, 2023
1 parent 57e1955 commit 1e22f86
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@

# Changelog

## 3.0.0 (2023-10-26)

* Support current Node.js LTS (18, 20)
* Update ESLint version to `^8.51.0`
* Set es2017 as default
* Drop `es2015`'s alias `es6`
* Drop `legacy`'s alias `es5`
* Rename `legacy` to `es2009`
* Add support policy

## 2.0.0 (2021-05-26)

* Update Node requirements to LTS
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ Please check that everything works by running the following before opening a <ab
npm test
```

## Support

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.

## Licence

Licensed under the [Lesser General Public License (LGPL-3.0)](LICENSE).<br/>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pa11y-lint-config",
"version": "2.0.0",
"version": "3.0.0",
"description": "Linter configurations for Pa11y projects",
"author": "Team Pa11y",
"contributors": [
Expand Down

0 comments on commit 1e22f86

Please sign in to comment.