Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

30 lines (15 loc) · 1.17 KB

Changelog

2.0.1 (2023-02-07)

Bug Fixes

  • 78fd1bf #36 replace mkdirp with fs.mkdir (#36) (@lukekarrys)

2.0.0 (2022-10-14)

⚠️ BREAKING CHANGES

  • @npmcli/tap-nock is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • 47acde6 #14 postinstall for dependabot template-oss PR (@lukekarrys)

1.0.0 (2022-05-03)

Features

  • add transforms for snapshots (2f5faea)
  • allow snapshots and nocks to co-exist (61a49cc)

Bug Fixes

  • only writeSnapshot if we are actually recording (c3b744e)