Skip to content

Releases: frenchbread/repos2md

repos2md v3.0.1

15 Aug 08:59
Compare
Choose a tag to compare

breaking changes

  • upgraded package to ESM module

other changes

  • added eslint
  • updated repos fetch logic
    • now it's possible to provide only token without username when fetching personal repos
  • removed yarn.lock

repos2md v2.0.1

14 Aug 14:00
Compare
Choose a tag to compare

Update package dependencies:

  • axios: v0.21.1 -> v0.21.4,
  • chalk: v4.1.0 -> v4.1.2
  • ora: v5.4.0 -> v5.4.1

Address security issues:

  • minimatch: v3.0.4 -> v3.1.2 (PR: #15)
  • http-cache-semantics: v4.1.0 -> v4.1.1 {PR: #14)