Skip to content

Commit 18829b0

Browse files
committed
chore(release): remark-kbd-nested@0.2.0
1 parent 4c90b44 commit 18829b0

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

packages/remark-kbd-nested/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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.2.0](https://github.com/shivjm/remark-extensions/compare/remark-kbd-nested-v0.1.1...remark-kbd-nested-v0.2.0) (2021-11-02)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **remark-kbd-nested:** update micromark-extension-kbd-nested to 0.3.0
11+
12+
### deps
13+
14+
* **remark-kbd-nested:** update micromark-extension-kbd-nested to 0.3.0 ([4c90b44](https://github.com/shivjm/remark-extensions/commit/4c90b44d1d2281b825c11e4690687dffb93fe471))
15+
516
### 0.1.1 (2021-11-01)
617

718

packages/remark-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": "remark-kbd-nested",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "remark plugin to add support for `kbd` element syntax with configurable delimiters, escaping, and arbitrary nesting",
55
"main": "index.ts",
66
"scripts": {

0 commit comments

Comments
 (0)