Skip to content

Commit 42369f1

Browse files
committed
chore(release): [email protected]
1 parent 420250b commit 42369f1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/remark-kbd-nested/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.6.1 (2024-04-23)
6+
7+
### Bug Fixes
8+
9+
* **remark-kbd-nested:** put files under correct directory ([4c9a2f4](https://github.com/shivjm/remark-extensions/commit/4c9a2f407f373ba8c000663657f2c14a23abd7ec))
10+
511
## 0.6.0 (2024-04-23)
612

713
### ⚠ 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.6.0",
3+
"version": "0.6.1",
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)