Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 3.05 KB

File metadata and controls

53 lines (30 loc) · 3.05 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.0 (2025-09-18)

Features

  • add isSupported, isMaintenance, isSecurity, and modules (fbc7ee6)
  • add option to ignore future releases (#39) (30cca1f)
  • cli: expose --latest-of-major-only option (1149077)

Bug Fixes

  • ci: update ci to include modern node.js versions (9bb69a4)
  • deps: update got to latest compatible version (#44) (2a47bc5)
  • dev-deps: updated mocha, standard, & tsd (#43) (b54c8cc)

0.2.2 (2023-10-19)

Features

  • add files to versions (e07c8c5)
  • expose dependency versions (dc42613)
  • include releaseDate (4640a8f)
  • isLts boolean flag (9bfee60)
  • latestOfMajorOnly option to restrict to latest of each major line (74834ba)

0.2.1 (2022-01-20)

Bug Fixes

  • do not ignore esm wrap on publish (b534f6b)

0.2.0 (2021-12-01)

Features

  • Add cli support (#16) (a838201)
  • add TypeScript definition and explicit ESM support (e51e2ca)
  • release: standard-version and release command (0e7783f)

Bug Fixes

  • deps: updated got to 11.x (a677d39)
  • devdeps: updated mocha to 9.x (b263278)
  • devdeps: updated standard to 16.x (ba1506e)