Skip to content

Commit

Permalink
chore(main): release 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 8, 2024
1 parent 75defcf commit 1cf7426
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"7.2.1"}
{".":"7.2.2"}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [7.2.2](https://github.com/eslint-community/eslint-plugin-promise/compare/v7.2.1...v7.2.2) (2024-12-08)


### 🧹 Chores

* **deps-dev:** update eslint-plugin-n to v17.14.0 ([#575](https://github.com/eslint-community/eslint-plugin-promise/issues/575)) ([fad9049](https://github.com/eslint-community/eslint-plugin-promise/commit/fad904995e2d99a064f40c32b43e35b6371b2e8a))
* **deps-dev:** update prettier to v3.4.1 ([#578](https://github.com/eslint-community/eslint-plugin-promise/issues/578)) ([3fae241](https://github.com/eslint-community/eslint-plugin-promise/commit/3fae2417bb59ae82a56d3f82d8e28a09eba26421))
* **deps:** update globals to v15.13.0 ([#579](https://github.com/eslint-community/eslint-plugin-promise/issues/579)) ([75defcf](https://github.com/eslint-community/eslint-plugin-promise/commit/75defcf8c6262f42124a7dba7e4f862be0ea9d0f))

## [7.2.1](https://github.com/eslint-community/eslint-plugin-promise/compare/v7.2.0...v7.2.1) (2024-11-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-promise",
"version": "7.2.1",
"version": "7.2.2",
"description": "Enforce best practices for JavaScript promises",
"keywords": [
"eslint",
Expand Down

0 comments on commit 1cf7426

Please sign in to comment.