Skip to content

6.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 02 Aug 10:22
· 30 commits to main since this release
4bd1ab2
  • 7d9f2f7 Use ESM
    • Change:

      // From CommonJS
      var rehypeAutolinkHeadings = require('rehype-autolink-headings')
      
      // To ESM
      import rehypeAutolinkHeadings from 'rehype-autolink-headings'

      Learn more about ESM in this guide

  • 779dc5a Add JSDoc based types
  • dac8e53 Update dependencies