From 9eb2261fd1e0b91bea570bd83811911cf23849f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 20:59:25 +0200 Subject: [PATCH] chore(main): release 20.0.1 (#350) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 37f8fe0..62b38fb 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{".":"20.0.0"} +{".":"20.0.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 19b3aae..ab44329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [20.0.1](https://github.com/voxpelli/eslint-config/compare/v20.0.0...v20.0.1) (2024-07-21) + + +### ๐Ÿฉน Fixes + +* deactivate `n/no-unsupported-features/es-syntax` in `*.ts` files ([#353](https://github.com/voxpelli/eslint-config/issues/353)) ([0ff9dc1](https://github.com/voxpelli/eslint-config/commit/0ff9dc1ed693a068512e9234709e774478678b04)) +* do not publish `eslint.config.js` ([0570f29](https://github.com/voxpelli/eslint-config/commit/0570f29265b34b7fd76595f61561a5d48a0e23e3)) + + +### ๐Ÿ“š Documentation + +* readme tweak ([f0e413e](https://github.com/voxpelli/eslint-config/commit/f0e413ec6c05ebdec2a21ee80c9bbefd8c6dc602)) + + +### ๐Ÿงน Chores + +* **deps:** lock file maintenance ([#349](https://github.com/voxpelli/eslint-config/issues/349)) ([6711053](https://github.com/voxpelli/eslint-config/commit/6711053613294fa46ea07840cb16618e80e6c194)) +* **deps:** update linting dependencies ([#348](https://github.com/voxpelli/eslint-config/issues/348)) ([1cab8d3](https://github.com/voxpelli/eslint-config/commit/1cab8d38d9a7124895e783221b8e847648552b57)) +* remove unused files ([8de48f3](https://github.com/voxpelli/eslint-config/commit/8de48f34c98a300bf4e4b1dbbe8c4775afeaa067)) + ## [20.0.0](https://github.com/voxpelli/eslint-config/compare/v20.0.0-beta.6...v20.0.0) (2024-07-12) To summarize the changes from all the alpha and beta releases of `20.0.0`: diff --git a/package-lock.json b/package-lock.json index d9a7be0..07fb928 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@voxpelli/eslint-config", - "version": "20.0.0", + "version": "20.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@voxpelli/eslint-config", - "version": "20.0.0", + "version": "20.0.1", "license": "MIT", "dependencies": { "eslint-plugin-es-x": "^8.0.0", diff --git a/package.json b/package.json index 282e81e..14f153d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@voxpelli/eslint-config", - "version": "20.0.0", + "version": "20.0.1", "license": "MIT", "description": "My personal ESLint config. Based on neostandard", "author": "Pelle Wessman (https://kodfabrik.se/)",