Skip to content

Commit

Permalink
chore(release): [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
shivjm committed Apr 23, 2024
1 parent 376122f commit c93b14f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions packages/remark-kbd-nested/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.

## 0.6.0 (2024-04-23)

### ⚠ BREAKING CHANGES

* **remark-kbd-nested:** revert to only ESM build

### Features

* **remark-kbd-nested:** revert to only ESM build ([47858f9](https://github.com/shivjm/remark-extensions/commit/47858f95ad68579ec5e77d079027fc94832b3855))

## 0.5.2 (2024-04-23)
## 0.5.1 (2024-04-23)
## 0.5.0 (2024-04-23)
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-kbd-nested/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-kbd-nested",
"version": "0.5.2",
"version": "0.6.0",
"description": "remark plugin to add support for `kbd` element syntax with configurable delimiters, escaping, and arbitrary nesting",
"main": "src/index.ts",
"scripts": {
Expand Down

0 comments on commit c93b14f

Please sign in to comment.