Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 11:00
· 20 commits to master since this release

1.0.0 (2023-09-21)

Bug Fixes

  • change date to correct (c11a31b)
  • change module type to cjs (a6abc9e)
  • fix parse date of twoChannel to timestamp, use date-fns for it (9a214cd)
  • fix subject field of thread struct for fourChannel vendor, add date field to file struct (c7aed80)
  • fix test fixture (3b11a92)
  • fix test timezone (c127959)
  • fix typo in readme, fix date field location of twoChannel (57c65ca)
  • incorrect imports from dist, use src instead (6f09bd7)
  • permissions of husky scripts (13ec215)
  • regen lock files (e84ea93)
  • remove editorconfig-checker (3bdb5f5)
  • set default time zone for test in action (1909cec)
  • test and twoChannel date filling (76ffe63)
  • twoChannel: correct handle undefined files array at fetchFiles (0fb5f90)

Features

  • setup semantic-release, remove useless logs (8490896)

Reverts