Skip to content

Commit 13bd4e8

Browse files
committed
chore(release): remark-kbd-nested@0.3.0
1 parent 7cdcb7c commit 13bd4e8

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

packages/remark-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.3.0 (2021-11-02)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **remark-kbd-nested:** add support for variable sections
10+
11+
### Features
12+
13+
* **remark-kbd-nested:** add support for variable sections ([7cdcb7c](https://github.com/shivjm/remark-extensions/commit/7cdcb7cd4b65ed0c6ca48a19ec1a8fb95f47a507))
14+
515
## 0.2.1 (2021-11-02)
616

717

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.2.1",
3+
"version": "0.3.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)