From 5179c63211b6da42e8b63e2ff056f18063f7fafe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 11:27:46 -0400 Subject: [PATCH] chore: release 2.1.1 (#120) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cbec9f..446455a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.1.1](https://github.com/eslint/eslintrc/compare/v2.1.0...v2.1.1) (2023-07-27) + + +### Chores + +* Add PRs to triage ([#121](https://github.com/eslint/eslintrc/issues/121)) ([b3c2d70](https://github.com/eslint/eslintrc/commit/b3c2d70fff4134c6602ad10257776db45281817c)) +* generate provenance statements when release ([#119](https://github.com/eslint/eslintrc/issues/119)) ([584cf79](https://github.com/eslint/eslintrc/commit/584cf79777fbb15147e929c7eeea6f7a56c485b5)) + ## [2.1.0](https://github.com/eslint/eslintrc/compare/v2.0.3...v2.1.0) (2023-06-30) diff --git a/package.json b/package.json index 34d92a1..232f3b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eslint/eslintrc", - "version": "2.1.0", + "version": "2.1.1", "description": "The legacy ESLintRC config file format for ESLint", "type": "module", "main": "./dist/eslintrc.cjs",