Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 13:36

v1.1.0...v2.0.0

  • πŸ“– doc: Update README.md 1c2a3cc
  • 🌟 feat: Use ESM. beb7d23

Change:

// From CommonJS
var rehypeRewrite = require('rehype-rewrite')

// To ESM
import rehypeRewrite from 'rehype-rewrite';

Learn more about ESM in this guide