Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: npm/template-oss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 19c35bb
Choose a base ref
...
head repository: npm/template-oss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 23b06e1
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Nov 30, 2023

  1. chore: release 4.21.0

    github-actions[bot] authored and npm-cli-bot committed Nov 30, 2023
    Copy the full SHA
    23b06e1 View commit details
Showing with 15 additions and 2 deletions.
  1. +1 −1 .release-please-manifest.json
  2. +13 −0 CHANGELOG.md
  3. +1 −1 package.json
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.20.0"
".": "4.21.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [4.21.0](https://github.com/npm/template-oss/compare/v4.20.0...v4.21.0) (2023-11-30)

### Features

* [`2daff23`](https://github.com/npm/template-oss/commit/2daff2347868ae2f711236515f8d6ef9ab70a811) [#334](https://github.com/npm/template-oss/pull/334) use upstream release-please (#334) (@lukekarrys)
* [`3d76fc4`](https://github.com/npm/template-oss/commit/3d76fc48ca2c73265737c3408cf7ccab75879cd8) [#380](https://github.com/npm/template-oss/pull/380) release workflow uses composite actions (#380) (@lukekarrys)

### Bug Fixes

* [`4fad5d8`](https://github.com/npm/template-oss/commit/4fad5d899328ad59978dad248b40ca37c21e55fe) [#387](https://github.com/npm/template-oss/pull/387) make prerelease config switch versioning strategy (#387) (@lukekarrys)
* [`c892260`](https://github.com/npm/template-oss/commit/c89226086f536e1687a9ebf2d17cb7f6bad3b01a) [#386](https://github.com/npm/template-oss/pull/386) fallback to default release process of 404 from hosted version (#386) (@lukekarrys)
* [`9b22b83`](https://github.com/npm/template-oss/commit/9b22b83341003e4beb039e650097a4b94785dc42) [#384](https://github.com/npm/template-oss/pull/384) give release integration workflow correct permissions and secrets (#384) (@lukekarrys)

## [4.20.0](https://github.com/npm/template-oss/compare/v4.19.0...v4.20.0) (2023-11-15)

### Features
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.20.0",
"version": "4.21.0",
"description": "templated files used in npm CLI team oss projects",
"main": "lib/content/index.js",
"bin": {