Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 732 Bytes

changelog.md

File metadata and controls

39 lines (27 loc) · 732 Bytes

Changelog

version - 0.0.1

  • intial release

version - 0.0.2

  • build command added in git-action & updated in package.json file
  • version changed to 0.0.2
  • import issue fixed

version - 0.0.3

  • updated in package.json file
  • version changed to 0.0.3
  • import issue fixed

version - 0.0.4

  • updated readme file
  • version changed to 0.0.4
  • type declearation file added
  • build command changed with tsup npm package
  • jsdoc added
  • unused package removed

version - 0.0.5

  • file declearation issue fixed
  • tsup npm package removed and now compiling with tsc command
  • version changed

version - 0.0.6

  • next.js support added
  • version changed
  • commonjs example fixed
  • nextjs example added