Skip to content

Commit d90ca46

Browse files
committed
chore(release): micromark-extension-kbd-nested@0.5.0
1 parent 8eeea0e commit d90ca46

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

packages/micromark-extension-kbd-nested/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
## 0.5.0 (2021-11-10)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **micromark-extension-kbd-nested:** freeze `html`
10+
11+
### Bug Fixes
12+
13+
* **micromark-extension-kbd-nested:** freeze `html` ([e54a3c2](https://github.com/shivjm/remark-extensions/commit/e54a3c2539d982cf40a7860ca52fb302d018a9d6))
14+
515
## 0.4.0 (2021-11-02)
616

717
### ⚠ BREAKING CHANGES

packages/micromark-extension-kbd-nested/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micromark-extension-kbd-nested",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "micromark extension for `kbd` element syntax with nesting, escaping & configurable delimiter",
55
"keywords": [
66
"micromark",

0 commit comments

Comments
 (0)