diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d8fc27..dd9d534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.1](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/compare/v3.2.0...v3.2.1) (2022-08-09) + + +### Bug Fixes + +* add details to features + re-orders ([dbe44e2](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/commit/dbe44e219d051c00796101db57d0253ed78cc1b8)) + # [3.2.0](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/compare/v3.1.0...v3.2.0) (2022-08-09) diff --git a/package.json b/package.json index 8e7662b..e9d0571 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@julian_cataldo/remark-lint-frontmatter-schema", - "version": "3.2.0", + "version": "3.2.1", "description": "Validate Markdown frontmatter YAML against an associated JSON schema — remark-lint rule plugin", "type": "module", "source": "./index.ts",