Skip to content

Commit

Permalink
chore: release 2.0.3 (#112)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 5, 2023
1 parent a17cd0a commit 66bc3bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
@@ -1,3 +1,14 @@
# Changelog

## [2.0.3](https://github.com/eslint/eslintrc/compare/v2.0.2...v2.0.3) (2023-05-05)


### Chores

* run tests on Node.js v20 ([#108](https://github.com/eslint/eslintrc/issues/108)) ([86282a2](https://github.com/eslint/eslintrc/commit/86282a25a6b4411b3cdd90967956b121f17f04a7))
* set up release-please ([#111](https://github.com/eslint/eslintrc/issues/111)) ([3965c0b](https://github.com/eslint/eslintrc/commit/3965c0ba9994a0529caa4b17623ca8dae769068c))
* upgrade [email protected] ([#113](https://github.com/eslint/eslintrc/issues/113)) ([a17cd0a](https://github.com/eslint/eslintrc/commit/a17cd0af447286f66ecff26d2cd75413d15426fb))

v2.0.2 - March 28, 2023

* [`e5f9e7e`](https://github.com/eslint/eslintrc/commit/e5f9e7e58c955e879527368905e99e6bc2d971f9) chore: upgrade [email protected] (#106) (Milos Djermanovic)
Expand Down Expand Up @@ -148,4 +159,3 @@ v0.2.0 - October 16, 2020
v0.1.3 - September 1, 2020

* [`8647a61`](https://github.com/eslint/eslintrc/commit/8647a61991fe121f923d33e96232475209b78210) Fix: version number and eslint-release version (refs #6) (Nicholas C. Zakas)

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@eslint/eslintrc",
"version": "2.0.2",
"version": "2.0.3",
"description": "The legacy ESLintRC config file format for ESLint",
"type": "module",
"main": "./dist/eslintrc.cjs",
Expand Down

0 comments on commit 66bc3bc

Please sign in to comment.