Skip to content

Releases: fullstacksjs/npm-check-last-publish

v0.9.0-next.1

20 Oct 23:40
152515c

Choose a tag to compare

v0.9.0-next.1 Pre-release
Pre-release

0.9.0-next.1 (2025-10-20)

Bug Fixes

  • ci: fix node version on ci (b34ff14)
  • csv: fix date format in csv output (4b78907)
  • fix error handling (3656f94)

Features

v0.8.0

18 Oct 11:53

Choose a tag to compare

0.8.0 (2025-10-18)

Features

v0.7.0

16 Oct 11:39

Choose a tag to compare

0.7.0 (2025-10-16)

Features

v0.6.0

15 Aug 00:15

Choose a tag to compare

0.6.0 (2025-08-15)

Features

  • add customizable warning/error thresholds and colors (49e0f32)

v0.5.0

13 Aug 21:35

Choose a tag to compare

0.5.0 (2025-08-13)

Features

  • replace ora loading with cli-progress bar (d824274)

v0.4.0

10 Aug 22:12

Choose a tag to compare

0.4.0 (2025-08-10)

Features

  • add --pattern option for wildcard package matching in CLI (7202dbf)

v0.3.0

10 Aug 16:39
64c66e4

Choose a tag to compare

0.3.0 (2025-08-10)

Features

  • add --sort and --order options for sorting packages in CLI (64c66e4)

v0.2.1

04 Aug 20:37
f45e97f

Choose a tag to compare

0.2.1 (2025-08-04)

Bug Fixes

  • correct bin path to dist/src/main.js (f45e97f)

v0.2.0

04 Aug 18:25

Choose a tag to compare

0.2.0 (2025-08-04)

Bug Fixes

  • add missing commander to dependencies (f8654a4)

Features

  • add date sorting (ascending) (14146ce)
  • allow checking specific packages via CLI args (dc4077f)
  • better error handling when package json is missing (#11) (4dcbe7c)

Performance Improvements

  • combine two npm process into one (af7e0ba)