What's Changed (Breaking Changes)
* Converted to TypeScript dharshatharan in https://github.com/souvikinator/notion-to-md/pull/8
* Renamed class from `notion2md` to `NotionToMarkdown`.
* Change in import style: named import (ref. readme for more info)
* Change in position of `totalPage` argument in method
`blocksToMarkdown(blocks,mdBlocks,totalPage)` ==> `blocksToMarkdown(blocks,totalPage,mdBlocks)`
* Removed self dependency from v2.0.0
**Full Changelog**: https://github.com/souvikinator/notion-to-md/compare/v2.0.0...v2.1.0