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 1ff6d30 commit 997c905
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions packages/remark-kbd-nested/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.5.0 (2024-04-23)

### ⚠ BREAKING CHANGES

* provide separate CJS and ESM builds
* require pnpm v9 and Node v18
* exclude source files from published packages

### Bug Fixes

* **remark-kbd-nested:** remove `pnpm` from `engines` ([0dba2f2](https://github.com/shivjm/remark-extensions/commit/0dba2f204bdc452c8f11f486162ddccad2f2eda6))


### Build System

* exclude source files from published packages ([c8b5b5c](https://github.com/shivjm/remark-extensions/commit/c8b5b5c19ea0fd0f5cedc5aa64294a1280b00504))
* provide separate CJS and ESM builds ([a63e422](https://github.com/shivjm/remark-extensions/commit/a63e4225c3911445289d6be9696df879fab944b6))
* require pnpm v9 and Node v18 ([2942736](https://github.com/shivjm/remark-extensions/commit/29427362a41692c964918ad6d9a3eabebfe4bbcb))

## 0.4.1 (2021-11-14)
## 0.4.0 (2021-11-10)

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.4.1",
"version": "0.5.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 997c905

Please sign in to comment.