Skip to content

Latest commit

 

History

History
86 lines (48 loc) · 4.5 KB

CHANGELOG.md

File metadata and controls

86 lines (48 loc) · 4.5 KB

Changelog

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

1.3.1 (2024-12-10)

Bug Fixes

  • update packages to fix github dependabot security warnings (91ff3d9)
  • update packages to fix github dependabot security warnings (f7e3ec2)

1.3.0 (2024-09-17)

1.2.0 (2024-09-12)

Features

  • support GITHUB_TOKEN env variable by default (258f8e0)

1.1.0 (2024-06-30)

Features

  • add --help flag for cli to show short documentation (cb02040)

Bug Fixes

  • fix handling of authorization
  • fix handling of packages with long package path or not ending with '.git'

1.0.12 (2024-06-22)

1.0.11 (2024-06-22)

1.0.10 (2024-06-05)

1.0.9 (2024-03-02)

1.0.8 (2023-04-23)

1.0.7 (2022-05-01)

1.0.6 (2022-04-01)

1.0.5 (2022-02-16)

1.0.4 (2022-02-11)

1.0.3 (2021-05-13)

1.0.2 (2021-05-12)

Bug Fixes

  • index.js needs shebang for use with npx (415b986)

1.0.1 (2021-05-12)

Bug Fixes

  • add bin property to run program with npx (43443f7)

1.0.0 (2021-05-12)

0.3.1 (2021-05-12)

Bug Fixes

  • convert readme-updater to commonjs file (4a5d1dd)

0.3.0 (2021-05-12)

Features

  • add authorization for github accesses (e022c52)
  • add default export to modules (e05aa5a)
  • add license file (9da79f5)
  • get license files and export extended list fo file (0a818bc)
  • rename license files to '.LICENSE.txt (2029f4a)

Bug Fixes

  • log to stderr improved when no license file found (c1a4534)
  • no error when directory already exists on mkdir (5736c2f)
  • overwrite output json file when already exists (ee89151)
  • update readme file (6fbe174)