diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f7060..0c67cba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.5.5](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/compare/v2.5.4...v2.5.5) (2022-08-08) + + +### Bug Fixes + +* clean screenshot unneeded files ([c7026e3](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/commit/c7026e3ef29ffefca56661d544945910fe7aa728)) + ## [2.5.4](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/compare/v2.5.3...v2.5.4) (2022-08-08) diff --git a/package.json b/package.json index ffe5e22..69183d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@julian_cataldo/remark-lint-frontmatter-schema", - "version": "2.5.4", + "version": "2.5.5", "description": "Validate Markdown frontmatter YAML against an associated JSON schema — remark-lint rule plugin", "type": "module", "source": "./index.ts",