Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

39 lines (22 loc) · 1.1 KB

2.0.0 (2022-11-16)

chore

BREAKING CHANGES

  • ESM only
  • refactor: esm module update
  • use export and import with destructuring
  • define default exports
  • update tests Signed-off-by: Lakshya Singh [email protected]
  • chore: update package.json and readme
  • chore: update deps security issue

Signed-off-by: Lakshya Singh [email protected]

  • Update package.json

Signed-off-by: Lakshya Singh [email protected] Co-authored-by: Diego Rodríguez Baquero [email protected]

  • ESM only

1.1.1 (2021-07-23)

Bug Fixes

  • add semantic release, switch CI (211c24b)