From a5f06d2c4aed0de5531522582a3e45f22e25a58c Mon Sep 17 00:00:00 2001 From: Shiv Jha-Mathur Date: Wed, 24 Apr 2024 03:06:10 +0530 Subject: [PATCH] chore(release): micromark-extension-kbd-nested@0.6.0 --- .../CHANGELOG.md | 20 +++++++++++++++++++ .../package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/packages/micromark-extension-kbd-nested/CHANGELOG.md b/packages/micromark-extension-kbd-nested/CHANGELOG.md index 5a3f4f6..94afc8e 100644 --- a/packages/micromark-extension-kbd-nested/CHANGELOG.md +++ b/packages/micromark-extension-kbd-nested/CHANGELOG.md @@ -2,6 +2,26 @@ 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 + +* provide separate CJS and ESM builds +* require pnpm v9 and Node v18 +* exclude source files from published packages + +### Bug Fixes + +* **micromark-extension-kbd-nested:** properly declare types ([32f234e](https://github.com/shivjm/remark-extensions/commit/32f234ea361d9b681bfbbb4a1d72369d1cc3028f)) +* **micromark-extension-kbd-nested:** remove `pnpm` from `engines` ([971da00](https://github.com/shivjm/remark-extensions/commit/971da00e08d99a6a6cb00d2e2c9bd8518c8d4798)) + + +### 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.5.0 (2021-11-10) ### ⚠ BREAKING CHANGES diff --git a/packages/micromark-extension-kbd-nested/package.json b/packages/micromark-extension-kbd-nested/package.json index 0d4b7e1..c9e729f 100644 --- a/packages/micromark-extension-kbd-nested/package.json +++ b/packages/micromark-extension-kbd-nested/package.json @@ -1,6 +1,6 @@ { "name": "micromark-extension-kbd-nested", - "version": "0.5.0", + "version": "0.6.0", "description": "micromark extension for `kbd` element syntax with nesting, escaping & configurable delimiter", "keywords": [ "micromark",