Skip to content

Commit a3d2bc2

Browse files
committed
chore(release): remark-kbd-nested@0.4.0
1 parent 380b8df commit a3d2bc2

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.4.0 (2021-11-10)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* **remark-kbd-nested:** freeze `fromMarkdown`
10+
11+
### Bug Fixes
12+
13+
* **remark-kbd-nested:** correct path to `main` in package.json ([70353f4](https://github.com/shivjm/remark-extensions/commit/70353f415d4589b8e67d13616207b3cd64566a27))
14+
* **remark-kbd-nested:** freeze `fromMarkdown` ([ac775c2](https://github.com/shivjm/remark-extensions/commit/ac775c2f8c24b5396ba2a408bcb56218efae3967))
15+
516
## 0.3.0 (2021-11-02)
617

718
### ⚠ BREAKING CHANGES

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

0 commit comments

Comments
 (0)