Releases: sindresorhus/np
Releases · sindresorhus/np
v11.0.2
v11.0.1
v11.0.0
Breaking
- Require Node.js 20 307ebec
Improvements
- Support passkey authentication via automatic browser opening 1ef9af7
- Support publishing via OIDC authentication (#772) 3ded31e
- Add
--no-release-notesflag 4f910a2 - Add
--remoteflag to specify Git remote 4d5fb6a - Add prerequisite check for package entry points 7dcd833
- Require major version bump when dropping Node.js support 3ed286a
- Add interactive prerelease identifier selection 6b51dda
- Support GPG password prompts during version bumping 5a96f80
- Show unpublished files as warning instead of blocking prompt efcc05e
- Add npm provenance support d8f3322
- Add git user configuration check to prevent npm version failures ebb9acf
Fixes
- Fix
--contentsflag not being respected when publishing 53904d0 - Fix compatibility with some external registries c6ef15d
- Fix repository URL parsing for shorthand and GitHub Enterprise URLs 02b4ed9
- Fix Yarn Berry detection when
packageManagerfield is missing 7009b77 - Fix ENOWORKSPACES error when publishing from monorepo workspace 0a8af7b
- Fix rejection of explicit version numbers ebdcbaa
- Fix publish hanging indefinitely a651fc4
- Fix first publish failure for prerelease versions with npm 10+ 3811182
- Fix subfolder publishing broken since npm 8.5 e996c6f
- Fix CLI default flags overriding local config values 3804d0b
- Fix
publishConfighandling for access and registry fields 753abb4 - Fix npm pack JSON parsing when lifecycle scripts output to stdout a13bba2
- Fix git commands failing with password-protected SSH keys 67b6aff
- Fix failure with repositories that have multiple initial commits 869f80b
- Fix package.json config being ignored with global installation 08a3f64
- Fix long release notes exceeding GitHub URL limit a160aff
- Fix some network calls never timing out 6a11153
- Fix
contentsconfig option being ignored 88226d7 - Fix
contentsoption being interpreted as package name 521ecfc - Fix incorrect commit range when tags are created out of order fea3eb7
- Fix
getNpmPackageAccessto respectpublishConfig.registry15040c8 - Fix authentication when
publishConfig.registryis official npm registry 380fd24