Skip to content

Commit f8b0ac9

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 4.27.0
1 parent 2e563b4 commit f8b0ac9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-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-
".": "4.26.1"
2+
".": "4.27.0"
33
}

CHANGELOG.md

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

3+
## [4.27.0](https://github.com/npm/template-oss/compare/v4.26.1...v4.27.0) (2025-10-20)
4+
### Features
5+
* [`2e563b4`](https://github.com/npm/template-oss/commit/2e563b4defe381f18f49ccaa5ffc5d0c93d262dd) [#533](https://github.com/npm/template-oss/pull/533) adds coverageThreshold as a config, uses non-workspace dir for tests (#533) (@owlstronaut)
6+
37
## [4.26.1](https://github.com/npm/template-oss/compare/v4.26.0...v4.26.1) (2025-10-20)
48
### Bug Fixes
59
* [`eeb4266`](https://github.com/npm/template-oss/commit/eeb426620b7145cfa54821332993f5d2ab98c59a) [#531](https://github.com/npm/template-oss/pull/531) uses ci-friendly startsWith instead of fromJSON (#531) (@owlstronaut)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/template-oss",
3-
"version": "4.26.1",
3+
"version": "4.27.0",
44
"description": "templated files used in npm CLI team oss projects",
55
"main": "lib/content/index.js",
66
"bin": {

0 commit comments

Comments
 (0)