Skip to content

Commit 4d1e886

Browse files
chore: release 2.5.0 (#127)
🤖 I have created a release *beep* *boop* --- ## [2.5.0](v2.4.1...v2.5.0) (2024-05-07) ### Features * [`5c172d9`](5c172d9) [#123](#123) add worker to comment on a PR (#123) (@lukekarrys) * [`d9317f6`](d9317f6) [#128](#128) add weekly-metrics (#128) (@lukekarrys, @wraithgar) ### Bug Fixes * [`ffbae09`](ffbae09) [#125](#125) template-oss-fix: allow no engines (#125) (@lukekarrys) ### Dependencies * [`c7510bd`](c7510bd) [#118](#118) bump string-width from 6.1.0 to 7.1.0 (#118) (@dependabot[bot]) ### Chores * [`74206a5`](74206a5) [#126](#126) postinstall for dependabot template-oss PR (@lukekarrys) * [`151f7e0`](151f7e0) [#126](#126) bump @npmcli/template-oss from 4.21.4 to 4.22.0 (@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 5c172d9 commit 4d1e886

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.4.1"
2+
".": "2.5.0"
33
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [2.5.0](https://github.com/npm/stafftools/compare/v2.4.1...v2.5.0) (2024-05-07)
4+
5+
### Features
6+
7+
* [`5c172d9`](https://github.com/npm/stafftools/commit/5c172d9fd3f61b4e8a5a2ab6b2c012cd17c5d74c) [#123](https://github.com/npm/stafftools/pull/123) add worker to comment on a PR (#123) (@lukekarrys)
8+
* [`d9317f6`](https://github.com/npm/stafftools/commit/d9317f6064448ee4c3a84eadd49ca5ce9c524288) [#128](https://github.com/npm/stafftools/pull/128) add weekly-metrics (#128) (@lukekarrys, @wraithgar)
9+
10+
### Bug Fixes
11+
12+
* [`ffbae09`](https://github.com/npm/stafftools/commit/ffbae09e505c7fbad75f324dc363507d9a160506) [#125](https://github.com/npm/stafftools/pull/125) template-oss-fix: allow no engines (#125) (@lukekarrys)
13+
14+
### Dependencies
15+
16+
* [`c7510bd`](https://github.com/npm/stafftools/commit/c7510bdfd05d02752b2bb556a78aa663edaea505) [#118](https://github.com/npm/stafftools/pull/118) bump string-width from 6.1.0 to 7.1.0 (#118) (@dependabot[bot])
17+
18+
### Chores
19+
20+
* [`74206a5`](https://github.com/npm/stafftools/commit/74206a5f517f94aeb083e4abff3e7bbc6df6ca0b) [#126](https://github.com/npm/stafftools/pull/126) postinstall for dependabot template-oss PR (@lukekarrys)
21+
* [`151f7e0`](https://github.com/npm/stafftools/commit/151f7e03f4ccef97950772f3dee5200c0a638914) [#126](https://github.com/npm/stafftools/pull/126) bump @npmcli/template-oss from 4.21.4 to 4.22.0 (@dependabot[bot])
22+
323
## [2.4.1](https://github.com/npm/stafftools/compare/v2.4.0...v2.4.1) (2023-09-12)
424

525
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/stafftools",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"description": "The npm CLI Team's Internal Tools",
55
"main": "./lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)