From 0ade7b003bbac2122819ff764763d204baedf1ad Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 30 Oct 2022 04:05:57 +0000 Subject: [PATCH] chore(release): 3.13.0 [skip ci] # [3.13.0](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/compare/v3.12.0...v3.13.0) (2022-10-30) ### Features * support relative path for local `$schema` ([20f53bf](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/commit/20f53bff49512e27a0b04a304cead2cecd0859b8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84d33f2..d3e9505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.13.0](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/compare/v3.12.0...v3.13.0) (2022-10-30) + + +### Features + +* support relative path for local `$schema` ([20f53bf](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/commit/20f53bff49512e27a0b04a304cead2cecd0859b8)) + # [3.12.0](https://github.com/JulianCataldo/remark-lint-frontmatter-schema/compare/v3.11.0...v3.12.0) (2022-10-30) diff --git a/package.json b/package.json index fc36809..6044693 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-frontmatter-schema", - "version": "3.12.0", + "version": "3.13.0", "description": "Validate Markdown frontmatter YAML against an associated JSON schema — remark-lint rule plugin", "keywords": [ "lint",