Skip to content

Commit 6d33cd7

Browse files
chore: release 7.2.1 (#161)
🤖 I have created a release *beep* *boop* --- ## [7.2.1](v7.2.0...v7.2.1) (2024-05-04) ### Bug Fixes * [`2fb2144`](2fb2144) [#160](#160) linting: no-unused-vars (@lukekarrys) ### Chores * [`2bdcfcb`](2bdcfcb) [#160](#160) bump @npmcli/template-oss to 4.22.0 (@lukekarrys) * [`0aa1d01`](0aa1d01) [#160](#160) postinstall for dependabot template-oss PR (@lukekarrys) * [`28cb4e1`](28cb4e1) [#159](#159) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot]) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2fb2144 commit 6d33cd7

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.2.0"
2+
".": "7.2.1"
33
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [7.2.1](https://github.com/npm/nopt/compare/v7.2.0...v7.2.1) (2024-05-04)
4+
5+
### Bug Fixes
6+
7+
* [`2fb2144`](https://github.com/npm/nopt/commit/2fb21444311086adb561de0eed68ccff155fd444) [#160](https://github.com/npm/nopt/pull/160) linting: no-unused-vars (@lukekarrys)
8+
9+
### Chores
10+
11+
* [`2bdcfcb`](https://github.com/npm/nopt/commit/2bdcfcbc11059556899d5bf448ac527ad294efdf) [#160](https://github.com/npm/nopt/pull/160) bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
12+
* [`0aa1d01`](https://github.com/npm/nopt/commit/0aa1d01d99cacc5f1cc73071e1b476039b6ef2f5) [#160](https://github.com/npm/nopt/pull/160) postinstall for dependabot template-oss PR (@lukekarrys)
13+
* [`28cb4e1`](https://github.com/npm/nopt/commit/28cb4e19f4c80fcd440c64e81fde8ba872a9a976) [#159](https://github.com/npm/nopt/pull/159) bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])
14+
315
## [7.2.0](https://github.com/npm/nopt/compare/v7.1.0...v7.2.0) (2023-06-15)
416

517
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nopt",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
55
"author": "GitHub Inc.",
66
"main": "lib/nopt.js",

0 commit comments

Comments
 (0)