Releases: JS-DevTools/npm-publish
Releases · JS-DevTools/npm-publish
v4.1.5
Compare
Sorry, something went wrong.
No results found
mcous
released this
01 Feb 17:34
Immutable
release. Only release title and notes can be modified.
- uses : JS-DevTools/npm-publish@v4.1.5
Bug fixes
deps: bump the production group with 2 updates (#261 ) (3c4834c )
v4.1.4
Compare
Sorry, something went wrong.
No results found
mcous
released this
18 Jan 05:27
Immutable
release. Only release title and notes can be modified.
- uses : JS-DevTools/npm-publish@v4.1.4
Bug fixes
v4.1.3
Compare
Sorry, something went wrong.
No results found
mcous
released this
07 Jan 19:47
Immutable
release. Only release title and notes can be modified.
- uses : JS-DevTools/npm-publish@v4.1.3
Bug fixes
v4.1.2
Compare
Sorry, something went wrong.
No results found
mcous
released this
05 Jan 03:13
Immutable
release. Only release title and notes can be modified.
- uses : JS-DevTools/npm-publish@v4.1.2
Bug fixes
deps: bump the production group with 3 updates (#252 ) (43babc0 )
v4.1.1
Compare
Sorry, something went wrong.
No results found
mcous
released this
26 Sep 04:13
Immutable
release. Only release title and notes can be modified.
- uses : JS-DevTools/npm-publish@v4.1.1
Bug fixes
v4.1.0
Compare
Sorry, something went wrong.
No results found
mcous
released this
23 Sep 03:31
Immutable
release. Only release title and notes can be modified.
- 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
Compare
Sorry, something went wrong.
No results found
mcous
released this
20 Sep 16:49
Immutable
release. Only release title and notes can be modified.
- uses : JS-DevTools/npm-publish@v4.0.1
with :
token : ${{ secrets.NPM_TOKEN }}
Bug fixes
v4.0.0
Compare
Sorry, something went wrong.
No results found
mcous
released this
14 Sep 20:33
Immutable
release. Only release title and notes can be modified.
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
Compare
Sorry, something went wrong.
No results found
mcous
released this
29 Mar 02:05
Bug fixes
include registry URL pathname in npm config (#186 )
v3.1.0
Compare
Sorry, something went wrong.
No results found
mcous
released this
22 Mar 22:03
Features
dry-run : always print publish results in dry run (#185 ), closes #184
Performance Improvements
action : decrease bundle size (#166 )