Skip to content

Commit

Permalink
Merge pull request #476 from curveball/release-alpha1
Browse files Browse the repository at this point in the history
Next 0.24 alpha release
  • Loading branch information
evert authored Oct 5, 2023
2 parents 5f0a6d6 + 52edd3a commit d34b06b
Show file tree
Hide file tree
Showing 4 changed files with 174 additions and 188 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"env": {
"browser": true,
"node": true,
"es6": true
"es6": true,
"mocha": true
},
"extends": [
"eslint:recommended",
Expand Down Expand Up @@ -61,7 +62,6 @@
"args": "none"
}],
"@typescript-eslint/prefer-for-of": ["error"],
"@typescript-eslint/prefer-optional-chain": ["error"],
"@typescript-eslint/prefer-ts-expect-error": ["error"]
}
}
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.24.0-alpha.1 (????-??-??)
0.24.0-alpha.1 (2023-10-05)
---------------------------

* The Docker distribution now runs on Node 20 (upgraded from 16).
Expand Down
Loading

0 comments on commit d34b06b

Please sign in to comment.