From a1173b30bed46db510d15eed7dddeef33cd261f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:33:51 +0000 Subject: [PATCH] chore(main): release 7.1.0 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 8cd0d4e8..c07066ea 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1 +1 @@ -{ ".": "7.0.0" } +{".":"7.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b924c9d..fcf7e7b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ - Added tests for @typescript-eslint/parser support +## [7.1.0](https://github.com/eslint-community/eslint-plugin-promise/compare/v7.0.0...v7.1.0) (2024-07-24) + + +### ๐ŸŒŸ Features + +* **`catch-or-return`, `prefer-await-to-then`:** do not report Cypress commands ([#495](https://github.com/eslint-community/eslint-plugin-promise/issues/495)) ([943f162](https://github.com/eslint-community/eslint-plugin-promise/commit/943f16290f11af9717612e079646802e22310290)) +* **`prefer-await-to-then`:** ignore constructor scope unless with `strict` option ([#496](https://github.com/eslint-community/eslint-plugin-promise/issues/496)) ([7bffb7a](https://github.com/eslint-community/eslint-plugin-promise/commit/7bffb7a666ed74a876ba3a6c482c36ea6f9d6d07)) +* new rule `spec-only` to check for non-spec Promise methods ([#502](https://github.com/eslint-community/eslint-plugin-promise/issues/502)) ([d6e9de1](https://github.com/eslint-community/eslint-plugin-promise/commit/d6e9de1f9c81194b775484ed0299dc5cc4898684)) + + +### ๐Ÿ“š Documentation + +* fixes the CI readme badge ([#511](https://github.com/eslint-community/eslint-plugin-promise/issues/511)) ([030a3be](https://github.com/eslint-community/eslint-plugin-promise/commit/030a3be890d371381ef13258806f97ec62d6b4fd)) +* supply missing docs ([#503](https://github.com/eslint-community/eslint-plugin-promise/issues/503)) ([602d825](https://github.com/eslint-community/eslint-plugin-promise/commit/602d8254871e46c9d1808ee1a3a2c48cb7493334)) + + +### ๐Ÿงน Chores + +* bump dev dependencies ([#483](https://github.com/eslint-community/eslint-plugin-promise/issues/483)) ([197ae4e](https://github.com/eslint-community/eslint-plugin-promise/commit/197ae4eb4f05f34c54189102871d969379595a54)) +* fix format.yml ([#507](https://github.com/eslint-community/eslint-plugin-promise/issues/507)) ([948c097](https://github.com/eslint-community/eslint-plugin-promise/commit/948c09776e23e7dc38f155b268dcc002d59a957b)) + ## 6.0.1 - Fixed @typescript-eslint/parser issue #331, #205 diff --git a/package-lock.json b/package-lock.json index c7b3742c..61f45a45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-promise", - "version": "0.0.0-semantically-released", + "version": "7.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-plugin-promise", - "version": "0.0.0-semantically-released", + "version": "7.1.0", "license": "ISC", "devDependencies": { "@typescript-eslint/parser": "^7.17.0", diff --git a/package.json b/package.json index f6003dc7..2514701c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-promise", - "version": "7.0.0", + "version": "7.1.0", "description": "Enforce best practices for JavaScript promises", "keywords": [ "eslint",