From 0983bd2bebe8aa4a9feada357305d28325c074eb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 19 Nov 2022 10:34:36 +0000 Subject: [PATCH] chore(release): 3.15.1 [skip ci] ## [3.15.1](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/compare/v3.15.0...v3.15.1) (2022-11-19) ### Bug Fixes * better configuration example (yaml) ([c4629bb](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/commit/c4629bb926d6f8be92bf7a580188874440dd783f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec65918..817ad9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.15.1](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/compare/v3.15.0...v3.15.1) (2022-11-19) + + +### Bug Fixes + +* better configuration example (yaml) ([c4629bb](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/commit/c4629bb926d6f8be92bf7a580188874440dd783f)) + # [3.15.0](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/compare/v3.14.0...v3.15.0) (2022-11-03) diff --git a/package.json b/package.json index 8e2e74c..cbd7bf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-frontmatter-schema", - "version": "3.15.0", + "version": "3.15.1", "description": "Validate Markdown frontmatter YAML against an associated JSON schema — remark-lint rule plugin", "keywords": [ "lint",