Releases: JS-DevTools/npm-publish
Releases · JS-DevTools/npm-publish
v4.1.1
v4.1.0
- uses: JS-DevTools/[email protected]
Features
v4.0.1
- uses: JS-DevTools/[email protected]
with:
token: ${{ secrets.NPM_TOKEN }}
Bug fixes
v4.0.0
The v4
release updates the action runtime to Node 24, but there have been no usage changes to the action.
Immutable releases have been enabled for this repository. As a security practice, we recommend pinning to an exact release:
- uses: JS-DevTools/[email protected]
with:
token: ${{ secrets.NPM_TOKEN }}
⚠ BREAKING CHANGES
- The action now runs on Node 24 with npm 11
- The library and CLI now require Node >= 20, Node 16 and 18 are no longer supported
- The library is now ESM only
Features
Bug Fixes
- deps: bump the production group across 1 directory with 5 updates (#238) (314ae61)
- deps: update tar and semver dependencies (#194) (cd26c94)
- update dry-run and publish conflict logic for npm>=10 (#232) (62716ea)
- windows: allow spawning
npm
cli on windows (#199) (f45e793), closes #198
Code Refactoring
v3.1.1
Bug fixes
- include registry URL pathname in npm config (#186)
v3.1.0
v3.0.1
v3.0.0
The v3 release updates the action's runtime to Node.js v20, but otherwise, there are no public API changes.
BREAKING CHANGES
- The action will now run on Node.js v20 instead of v16
Bug fixes
- action: update runtime to Node.js v20 (#150)