From c9efe2a038f3c62ee6b08d681c9dc72a609f5435 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Aug 2022 04:02:58 +0000 Subject: [PATCH] chore(release): 3.2.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",