Skip to content

Releases: JS-DevTools/npm-publish

v4.1.1

26 Sep 04:13
Immutable release. Only release title and notes can be modified.
v4.1.1
7f8fe47
Compare
Choose a tag to compare
- uses: JS-DevTools/[email protected]

Bug fixes

v4.1.0

23 Sep 03:31
Immutable release. Only release title and notes can be modified.
v4.1.0
1fe17a0
Compare
Choose a tag to compare
- uses: JS-DevTools/[email protected]

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.
v4.0.1
ad69356
Compare
Choose a tag to compare
- uses: JS-DevTools/[email protected]
  with:
    token: ${{ secrets.NPM_TOKEN }}

Bug fixes

v4.0.0

14 Sep 20:33
Immutable release. Only release title and notes can be modified.
v4.0.0
d9dc932
Compare
Choose a tag to compare

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

29 Mar 02:05
v3.1.1
19c28f1
Compare
Choose a tag to compare

Bug fixes

  • include registry URL pathname in npm config (#186)

v3.1.0

22 Mar 22:03
v3.1.0
79051c0
Compare
Choose a tag to compare

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
v3.0.1
4b07b26
Compare
Choose a tag to compare

Bug fixes

  • errors: improve message when version validation fails (#161), closes #160

v3.0.0

18 Oct 20:48
v3.0.0
6fd3bc8
Compare
Choose a tag to compare

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
v2.2.2
fe72237
Compare
Choose a tag to compare

Bug Fixes

  • use validated package.json version for comparisons (#147), closes #139

v2.2.1

11 Jul 16:30
v2.2.1
5a85faf
Compare
Choose a tag to compare

Bug Fixes

  • action: update semver dep, esbuild and vitest dev deps (#114)
  • npm: do not assume error code is a string (#120), closes #119