Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: release 4.25.0
  • Loading branch information
github-actions[bot] authored and npm-cli-bot committed Jul 8, 2025
commit c140b3baf52d731b2a5153e6565c3901d77a5077
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "4.24.4"
".": "4.25.0"
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [4.25.0](https://github.com/npm/template-oss/compare/v4.24.4...v4.25.0) (2025-07-08)
### Features
* [`e7b430e`](https://github.com/npm/template-oss/commit/e7b430e6ceeb84768ab1192e3fdf0be5edbc3fdf) [#518](https://github.com/npm/template-oss/pull/518) Add `dependabotInterval` configuration (#518) (@owlstronaut)

## [4.24.4](https://github.com/npm/template-oss/compare/v4.24.3...v4.24.4) (2025-06-25)
### Bug Fixes
* [`4177f5b`](https://github.com/npm/template-oss/commit/4177f5bda25684b742dce408153a46d95f427c09) [#515](https://github.com/npm/template-oss/pull/515) do not request id-token if no publish (#515) (@wraithgar)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@npmcli/template-oss",
"version": "4.24.4",
"version": "4.25.0",
"description": "templated files used in npm CLI team oss projects",
"main": "lib/content/index.js",
"bin": {
Expand Down