0.2.6
ℹ️ [TLDR] 0.2.6 contains some small improvements and a few bug fixes (e.g. when using PNPM).
Changes
next-contentlayer: You can now set a customconfigPathviacreateContentlayerPluginin the Next.js plugin (similar to the--configCLI flag). See #248 for more - thanks to @stefanprobst for this nice contribution.next-contentlayer: Fixed a bug which caused "dev mode" to not work when using PNPM or when on Windows. Closes #239- Fixed a peer dependency issue that resulted in an error when using PNPM. Closes #229.
- Fixed a TypeScript syntax problem for the generated
index.d.tsfile. Closes #253. source-files: Fixed a TypeScript definition forPartialArgsused inmakeSource. Closes #243.
A special thanks to all contributors helping making this release happen. 💜