diff --git a/packages/mdx/CHANGELOG.md b/packages/mdx/CHANGELOG.md new file mode 100644 index 00000000..0a7debad --- /dev/null +++ b/packages/mdx/CHANGELOG.md @@ -0,0 +1,7 @@ +# @content-collections/mdx + +## 0.1.1 + +### Patch Changes + +- Fix wrong property name. Use code instead of content. diff --git a/packages/mdx/package.json b/packages/mdx/package.json index 015381d7..2cc8ab9d 100644 --- a/packages/mdx/package.json +++ b/packages/mdx/package.json @@ -1,7 +1,7 @@ { "name": "@content-collections/mdx", "description": "Compile MDX as part of your content-collection transform function", - "version": "0.1.0", + "version": "0.1.1", "type": "module", "main": "dist/index.js", "types": "./dist/index.d.ts",