diff --git a/CHANGELOG.md b/CHANGELOG.md index 99e259a..84d33f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.12.0](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/compare/v3.11.0...v3.12.0) (2022-10-30) + + +### Features + +* support for `const` auto-fix / suggestion ([a133c54](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/commit/a133c54eeb322c03e68582d80036fa39194d161e)) + # [3.11.0](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/compare/v3.10.2...v3.11.0) (2022-10-30) diff --git a/package.json b/package.json index 2898f55..fc36809 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-frontmatter-schema", - "version": "3.11.0", + "version": "3.12.0", "description": "Validate Markdown frontmatter YAML against an associated JSON schema — remark-lint rule plugin", "keywords": [ "lint",