Releases: JS-DevTools/npm-publish
Releases · JS-DevTools/npm-publish
v4.1.1
26 Sep 04:13
Immutable
release. Only release title and notes can be modified.
Compare
Sorry, something went wrong.
No results found
- uses : JS-DevTools/npm-publish@v4.1.1
Bug fixes
v4.1.0
23 Sep 03:31
Immutable
release. Only release title and notes can be modified.
Compare
Sorry, something went wrong.
No results found
- uses : JS-DevTools/npm-publish@v4.1.0
Features
allow token
to be optional for OIDC-based publish (#247 ) (612922f ), closes #242
v4.0.1
20 Sep 16:49
Immutable
release. Only release title and notes can be modified.
Compare
Sorry, something went wrong.
No results found
- uses : JS-DevTools/npm-publish@v4.0.1
with :
token : ${{ secrets.NPM_TOKEN }}
Bug fixes
v4.0.0
14 Sep 20:33
Immutable
release. Only release title and notes can be modified.
Compare
Sorry, something went wrong.
No results found
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/npm-publish@v4.0.0
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
29 Mar 02:05
Compare
Sorry, something went wrong.
No results found
Bug fixes
include registry URL pathname in npm config (#186 )
v3.1.0
22 Mar 22:03
Compare
Sorry, something went wrong.
No results found
Features
dry-run : always print publish results in dry run (#185 ), closes #184
Performance Improvements
action : decrease bundle size (#166 )
v3.0.1
24 Oct 15:44
Compare
Sorry, something went wrong.
No results found
Bug fixes
errors : improve message when version validation fails (#161 ), closes #160
v3.0.0
18 Oct 20:48
Compare
Sorry, something went wrong.
No results found
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 )
v2.2.2
13 Sep 01:26
Compare
Sorry, something went wrong.
No results found
Bug Fixes
use validated package.json
version for comparisons (#147 ), closes #139
v2.2.1
11 Jul 16:30
Compare
Sorry, something went wrong.
No results found
Bug Fixes
action : update semver dep, esbuild and vitest dev deps (#114 )
npm : do not assume error code is a string (#120 ), closes #119