Skip to content

v3.3.1

Compare
Choose a tag to compare
@ArnaudBarre ArnaudBarre released this 08 May 12:30
· 60 commits to main since this release
  • Add type: module to package.json (#101). Because the library already publish .cjs & .mjs files, the only change is for typing when using the node16 module resolution (fixes #95)
  • Throw an error when the MDX plugin is after this one (#100). This is an expected breaking change added in 3.2.0 and this should people that were using both plugins before this version to migrate.