chore: release 4.27.0 (#534) · npm/template-oss@7a1d571 (original) (raw)
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| 1 | 1 | { |
| 2 | -".": "4.26.1" | |
| 2 | +".": "4.27.0" | |
| 3 | 3 | } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,9 @@ | ||
| 1 | 1 | # Changelog |
| 2 | 2 | |
| 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 | + | |
| 3 | 7 | ## [4.26.1](https://github.com/npm/template-oss/compare/v4.26.0...v4.26.1) (2025-10-20) |
| 4 | 8 | ### Bug Fixes |
| 5 | 9 | * [`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) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "name": "@npmcli/template-oss", |
| 3 | -"version": "4.26.1", | |
| 3 | +"version": "4.27.0", | |
| 4 | 4 | "description": "templated files used in npm CLI team oss projects", |
| 5 | 5 | "main": "lib/content/index.js", |
| 6 | 6 | "bin": { |