Skip to content

Commit f5f647d

Browse files
committed
chore(release): 7.1.0
1 parent 1924d2b commit f5f647d

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [7.1.0](https://github.com/ybiquitous/npm-audit-fix-action/compare/v7.0.0...v7.1.0) (2025-02-18)
6+
7+
### Features
8+
9+
- add action run link to generated pull request body ([#988](https://github.com/ybiquitous/npm-audit-fix-action/issues/988)) ([d878b05](https://github.com/ybiquitous/npm-audit-fix-action/commit/d878b050fbda25f08517cab910ef317a2a5cdee5))
10+
- show notice message for generated pull requests ([#990](https://github.com/ybiquitous/npm-audit-fix-action/issues/990)) ([af716c7](https://github.com/ybiquitous/npm-audit-fix-action/commit/af716c737c24a4bf741c9c3254f72a58c2c9081d))
11+
- simplify information on pull request body and commit message ([#993](https://github.com/ybiquitous/npm-audit-fix-action/issues/993)) ([7df900b](https://github.com/ybiquitous/npm-audit-fix-action/commit/7df900b5efeb6e1b708a14355296c4ac266c5411))
12+
13+
### Bug Fixes
14+
15+
- **deps:** npm audit fix ([#994](https://github.com/ybiquitous/npm-audit-fix-action/issues/994)) ([1924d2b](https://github.com/ybiquitous/npm-audit-fix-action/commit/1924d2becdf6a3b74681136a0f74278a2cbf0111))
16+
- prevent linebreaks between versions in pull request body's table ([#991](https://github.com/ybiquitous/npm-audit-fix-action/issues/991)) ([9c62a4c](https://github.com/ybiquitous/npm-audit-fix-action/commit/9c62a4c99c9314f270ac33d9254c3b34c44f5589))
17+
- prevent too long column in pull request body's table ([#992](https://github.com/ybiquitous/npm-audit-fix-action/issues/992)) ([ba410c0](https://github.com/ybiquitous/npm-audit-fix-action/commit/ba410c0d07046cdda11971da323dbc0cc9ffb9b0))
18+
519
## [7.0.0](https://github.com/ybiquitous/npm-audit-fix-action/compare/v6.3.2...v7.0.0) (2025-02-17)
620

721
### ⚠ BREAKING CHANGES

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "npm-audit-fix-action",
4-
"version": "7.0.0",
4+
"version": "7.1.0",
55
"description": "A GitHub Action for `npm audit fix`",
66
"author": "Masafumi Koba",
77
"license": "MIT",

0 commit comments

Comments
 (0)