From aa17e24fc17dfe8f967360ec4ffc38314a49b683 Mon Sep 17 00:00:00 2001 From: Shiv Jha-Mathur Date: Tue, 2 Nov 2021 18:03:47 +0530 Subject: [PATCH] chore(release): micromark-extension-kbd-nested@0.3.1 --- packages/micromark-extension-kbd-nested/CHANGELOG.md | 7 +++++++ packages/micromark-extension-kbd-nested/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/micromark-extension-kbd-nested/CHANGELOG.md b/packages/micromark-extension-kbd-nested/CHANGELOG.md index cdfbda3..83daf3f 100644 --- a/packages/micromark-extension-kbd-nested/CHANGELOG.md +++ b/packages/micromark-extension-kbd-nested/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.3.1](https://github.com/shivjm/remark-extensions/compare/micromark-extension-kbd-nested-v0.3.0...micromark-extension-kbd-nested-v0.3.1) (2021-11-02) + + +### Bug Fixes + +* **micromark-extension-kbd-nested:** correctly handle escaped backslashes ([44c0515](https://github.com/shivjm/remark-extensions/commit/44c05153761e7d4af86b877f71e1f74952f3fb7b)) + ## [0.3.0](https://github.com/shivjm/remark-extensions/compare/micromark-extension-kbd-nested-v0.2.1...micromark-extension-kbd-nested-v0.3.0) (2021-11-02) diff --git a/packages/micromark-extension-kbd-nested/package.json b/packages/micromark-extension-kbd-nested/package.json index 3e5380e..17be87f 100644 --- a/packages/micromark-extension-kbd-nested/package.json +++ b/packages/micromark-extension-kbd-nested/package.json @@ -1,6 +1,6 @@ { "name": "micromark-extension-kbd-nested", - "version": "0.3.0", + "version": "0.3.1", "description": "micromark extension for `kbd` element syntax with nesting, escaping & configurable delimiter", "keywords": [ "micromark",