Skip to content

Commit

Permalink
chore: release 2.1.0 (#117)
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 Jun 30, 2023
1 parent 2d346d5 commit 289653b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.1.0](https://github.com/eslint/eslintrc/compare/v2.0.3...v2.1.0) (2023-06-30)


### Features

* add `es2023` and `es2024` environments ([#116](https://github.com/eslint/eslintrc/issues/116)) ([14ddd36](https://github.com/eslint/eslintrc/commit/14ddd3630843485f8f29f4b0402891a26f9fcf9b))


### Chores

* upgrade espree@9.6.0 ([#118](https://github.com/eslint/eslintrc/issues/118)) ([2d346d5](https://github.com/eslint/eslintrc/commit/2d346d5b0d926a9388c5a08adebfd218b1f48253))

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


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

0 comments on commit 289653b

Please sign in to comment.