diff --git a/.changeset/eager-bats-follow.md b/.changeset/eager-bats-follow.md deleted file mode 100644 index f1de99f..0000000 --- a/.changeset/eager-bats-follow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@openally/config.eslint": patch ---- - -Fix @stylistic/function-paren-newline to multiline-arguments diff --git a/src/eslint/CHANGELOG.md b/src/eslint/CHANGELOG.md index f9def17..8dc4491 100644 --- a/src/eslint/CHANGELOG.md +++ b/src/eslint/CHANGELOG.md @@ -1,5 +1,11 @@ # @openally/config.eslint +## 3.0.1 + +### Patch Changes + +- [#197](https://github.com/OpenAlly/configs/pull/197) [`c207b1b`](https://github.com/OpenAlly/configs/commit/c207b1b9c26c40a7ea56c5d205a5580968f24f5b) Thanks [@fraxken](https://github.com/fraxken)! - Fix @stylistic/function-paren-newline to multiline-arguments + ## 3.0.0 ### Major Changes diff --git a/src/eslint/package.json b/src/eslint/package.json index a38aaf7..511adf1 100644 --- a/src/eslint/package.json +++ b/src/eslint/package.json @@ -1,6 +1,6 @@ { "name": "@openally/config.eslint", - "version": "3.0.0", + "version": "3.0.1", "description": "OpenAlly ESLint configuration for Node.js and TypeScript", "type": "module", "main": "./dist/index.js",