Skip to content

Commit

Permalink
chore: release 2.1.3 (#131)
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 Nov 3, 2023
1 parent ad511f8 commit af564ff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog

## [2.1.3](https://github.com/eslint/eslintrc/compare/v2.1.2...v2.1.3) (2023-11-01)


### Documentation

* Add CommonJS example to README ([#134](https://github.com/eslint/eslintrc/issues/134)) ([ad511f8](https://github.com/eslint/eslintrc/commit/ad511f80971301199b74973fef196c8f6ebd36bc)), closes [#133](https://github.com/eslint/eslintrc/issues/133)


### Chores

* run tests in Node.js 21 ([#130](https://github.com/eslint/eslintrc/issues/130)) ([3b386f7](https://github.com/eslint/eslintrc/commit/3b386f790119553fb0d800b65454abf89b56a7aa))

## [2.1.2](https://github.com/eslint/eslintrc/compare/v2.1.1...v2.1.2) (2023-08-05)


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

0 comments on commit af564ff

Please sign in to comment.