From d4003b18ed281aa1db52247a0065c54855f83091 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 29 Oct 2022 22:29:36 +0000 Subject: [PATCH] chore(release): 3.10.2 [skip ci] ## [3.10.2](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/compare/v3.10.1...v3.10.2) (2022-10-29) ### Bug Fixes * global schema assoc. w. `eslint-plugin-mdx` ([6849182](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/commit/6849182449db52e7cd1ea76b671466e3c690cd9c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee45f7..426e0d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.10.2](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/compare/v3.10.1...v3.10.2) (2022-10-29) + + +### Bug Fixes + +* global schema assoc. w. `eslint-plugin-mdx` ([6849182](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/commit/6849182449db52e7cd1ea76b671466e3c690cd9c)) + ## [3.10.1](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/compare/v3.10.0...v3.10.1) (2022-10-29) diff --git a/package.json b/package.json index 8b00b30..bb8d7b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-frontmatter-schema", - "version": "3.10.1", + "version": "3.10.2", "description": "Validate Markdown frontmatter YAML against an associated JSON schema — remark-lint rule plugin", "keywords": [ "lint",