Skip to content

Commit

Permalink
Release v0.24.0 (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
edg2s committed Jan 17, 2023
1 parent 0c2bbb0 commit fe94491
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
0.24.0 / 2023-01-17
===================

* Drop support for Node 12 (Ed Sanders)
* Update ESLint to 8.31.0 (Ed Sanders)

* jsdoc: Update eslint-plugin-jsdoc to 39.2.2 (Ed Sanders)
* language: Remove reference to non-existent "restrict-to-es2022" (Ed Sanders)
* language: Disable es-x/no-symbol-prototype-description (Ed Sanders)
* language: Replace es-x/no-array-prototype-keys/values with no-restricted-syntax (Ed Sanders)

* build: Test in Node 18 (Active LTS) (Ed Saners)

0.23.0 / 2022-07-30
===================

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": "eslint-config-wikimedia",
"version": "0.23.0",
"version": "0.24.0",
"description": "ESLint config following Wikimedia code conventions.",
"main": "common.json",
"scripts": {
Expand Down

0 comments on commit fe94491

Please sign in to comment.