Skip to content

Releases: JS-DevTools/npm-publish

v4.1.5

Choose a tag to compare

@mcous mcous released this 01 Feb 17:34
Immutable release. Only release title and notes can be modified.
v4.1.5
0fd2f43
- uses: JS-DevTools/npm-publish@v4.1.5

Bug fixes

  • deps: bump the production group with 2 updates (#261) (3c4834c)

v4.1.4

Choose a tag to compare

@mcous mcous released this 18 Jan 05:27
Immutable release. Only release title and notes can be modified.
v4.1.4
4ce4bd0
- uses: JS-DevTools/npm-publish@v4.1.4

Bug fixes

v4.1.3

Choose a tag to compare

@mcous mcous released this 07 Jan 19:47
Immutable release. Only release title and notes can be modified.
v4.1.3
d2fef91
- uses: JS-DevTools/npm-publish@v4.1.3

Bug fixes

v4.1.2

Choose a tag to compare

@mcous mcous released this 05 Jan 03:13
Immutable release. Only release title and notes can be modified.
v4.1.2
8f08ec0
- uses: JS-DevTools/npm-publish@v4.1.2

Bug fixes

  • deps: bump the production group with 3 updates (#252) (43babc0)

v4.1.1

Choose a tag to compare

@mcous mcous released this 26 Sep 04:13
Immutable release. Only release title and notes can be modified.
v4.1.1
7f8fe47
- uses: JS-DevTools/npm-publish@v4.1.1

Bug fixes

v4.1.0

Choose a tag to compare

@mcous mcous released this 23 Sep 03:31
Immutable release. Only release title and notes can be modified.
v4.1.0
1fe17a0
- 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

Choose a tag to compare

@mcous mcous released this 20 Sep 16:49
Immutable release. Only release title and notes can be modified.
v4.0.1
ad69356
- uses: JS-DevTools/npm-publish@v4.0.1
  with:
    token: ${{ secrets.NPM_TOKEN }}

Bug fixes

v4.0.0

Choose a tag to compare

@mcous mcous released this 14 Sep 20:33
Immutable release. Only release title and notes can be modified.
v4.0.0
d9dc932

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

Choose a tag to compare

@mcous mcous released this 29 Mar 02:05
v3.1.1
19c28f1

Bug fixes

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

v3.1.0

Choose a tag to compare

@mcous mcous released this 22 Mar 22:03
v3.1.0
79051c0

Features

  • dry-run: always print publish results in dry run (#185), closes #184

Performance Improvements

  • action: decrease bundle size (#166)