v3.3.1
- 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.