diff --git a/CHANGELOG.md b/CHANGELOG.md index 3534964..7ee45f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.10.1](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/compare/v3.10.0...v3.10.1) (2022-10-29) + + +### Bug Fixes + +* allow empty settings for runtime plugin ([7534ea4](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/commit/7534ea4287abfa772779944839311acc7dcdd354)) + # [3.10.0](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/compare/v3.9.0...v3.10.0) (2022-10-29) diff --git a/package.json b/package.json index c7e5601..8b00b30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-frontmatter-schema", - "version": "3.10.0", + "version": "3.10.1", "description": "Validate Markdown frontmatter YAML against an associated JSON schema — remark-lint rule plugin", "keywords": [ "lint",