From 2ee888ba72cb09ca4e0ca712e940e4ef470f3121 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 10:41:34 +0000 Subject: [PATCH] chore(main): release 8.0.2 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5625bd..a3d76a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [8.0.2](https://github.com/meyfa/eslint-config/compare/v8.0.1...v8.0.2) (2024-12-14) + + +### Bug Fixes + +* **deps:** update dependencies (non-major) ([#258](https://github.com/meyfa/eslint-config/issues/258)) ([a12c54d](https://github.com/meyfa/eslint-config/commit/a12c54d412e086347edf44ac71aeec37781f3908)) +* **deps:** update dependencies (non-major) ([#261](https://github.com/meyfa/eslint-config/issues/261)) ([a922210](https://github.com/meyfa/eslint-config/commit/a9222105f9eb47ec562d78fcf455489c0e659287)) +* **deps:** update dependency typescript-eslint to v8.16.0 ([#254](https://github.com/meyfa/eslint-config/issues/254)) ([793ef95](https://github.com/meyfa/eslint-config/commit/793ef95fa229742dc2294a2ed21478d27619eed7)) +* **deps:** update dependency typescript-eslint to v8.17.0 ([#260](https://github.com/meyfa/eslint-config/issues/260)) ([8bda25e](https://github.com/meyfa/eslint-config/commit/8bda25eff1e87484ff25f1ece8d13377ed02eb7d)) + ## [8.0.1](https://github.com/meyfa/eslint-config/compare/v8.0.0...v8.0.1) (2024-11-19) diff --git a/package-lock.json b/package-lock.json index c2b7032..39d9c91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@meyfa/eslint-config", - "version": "8.0.1", + "version": "8.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@meyfa/eslint-config", - "version": "8.0.1", + "version": "8.0.2", "license": "MIT", "dependencies": { "@stylistic/eslint-plugin": "2.12.1", diff --git a/package.json b/package.json index 3cbc3b6..29368a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@meyfa/eslint-config", - "version": "8.0.1", + "version": "8.0.2", "description": "ESLint config for personal TypeScript projects.", "type": "module", "exports": {