Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 6.58 KB

CHANGELOG.md

File metadata and controls

66 lines (47 loc) · 6.58 KB

Changelog

1.0.2 (2024-05-04)

Bug Fixes

Chores

  • 376bde4 #79 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
  • 8bcec44 #79 postinstall for dependabot template-oss PR (@lukekarrys)
  • cba412d #77 bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

1.0.1 (2024-04-01)

Dependencies

  • 445759b #70 bump read from 2.1.0 to 3.0.1 (#70) (@dependabot[bot], @lukekarrys)

Chores

  • 47e194d #76 turn on autopublish (#76) (@lukekarrys)
  • 70d4ae9 #72 postinstall for dependabot template-oss PR (@lukekarrys)
  • f21c0f6 #72 bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
  • 5fb3f70 #67 postinstall for dependabot template-oss PR (@lukekarrys)
  • d051eb5 #67 bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])
  • 4ddf313 #48 postinstall for dependabot template-oss PR (@lukekarrys)
  • d11c8c1 #48 bump @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot])
  • 64c2ec8 #47 postinstall for dependabot template-oss PR (@lukekarrys)
  • d236976 #47 bump @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot])
  • 70f916a #46 postinstall for dependabot template-oss PR (@lukekarrys)
  • 66c0af6 #46 bump @npmcli/template-oss from 4.17.0 to 4.18.0 (@dependabot[bot])
  • 3abd0eb #45 postinstall for dependabot template-oss PR (@lukekarrys)
  • 9c481e7 #45 bump @npmcli/template-oss from 4.15.1 to 4.17.0 (@dependabot[bot])
  • 2167b18 #44 postinstall for dependabot template-oss PR (@lukekarrys)
  • a923fd4 #44 bump @npmcli/template-oss from 4.14.1 to 4.15.1 (@dependabot[bot])
  • fbb70ca #43 bump @npmcli/template-oss from 4.12.1 to 4.14.1 (#43) (@dependabot[bot], @npm-cli-bot, @nlf)
  • 95695cd #42 bump @npmcli/template-oss from 4.12.0 to 4.12.1 (#42) (@dependabot[bot], @npm-cli-bot)
  • be54ca0 #41 postinstall for dependabot template-oss PR (@lukekarrys)
  • 41e457b #41 bump @npmcli/template-oss from 4.11.4 to 4.12.0 (@dependabot[bot])
  • e89243d #40 postinstall for dependabot template-oss PR (@lukekarrys)
  • 24f9830 #40 bump @npmcli/template-oss from 4.11.3 to 4.11.4 (@dependabot[bot])
  • 5413040 #39 postinstall for dependabot template-oss PR (@lukekarrys)
  • 0840251 #39 bump @npmcli/template-oss from 4.11.0 to 4.11.3 (@dependabot[bot])

1.0.0 (2022-12-15)

⚠️ BREAKING CHANGES

  • refactor module
    • all async interfaces are promise only and no longer accept a callback
    • the PromZard class is no longer an event emitter
    • the load method must be manually called after creating a class

Features

Bug Fixes

  • 3c113db #38 100 test coverage (#38) (@lukekarrys)

Dependencies