v1.0.0
·
551 commits
to main
since this release
1.0.0 (2024-03-21)
⚠ BREAKING CHANGES
- Changes folder from
markdown
torender-markdown
to reduce chances of name collision in require statements (07685a1) - In order to fix:
require('markdown')
->require('render-markdown')