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 Nov 1, 2021
1 parent bfb6080 commit bae1094
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions packages/micromark-extension-kbd-nested/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

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.1.0 (2021-11-01)


### ⚠ BREAKING CHANGES

* convert to pnpm workspace

### Bug Fixes

* **micromark-extension-kbd-nested:** don’t run `npm run build` in `prepublish` ([3960bf1](https://gh-shivjm/shivjm/remark-extensions/commit/3960bf10b40c42027bb86d051c22c40700c51064))
* remove compiled output ([4821340](https://gh-shivjm/shivjm/remark-extensions/commit/482134060eace480387f044494eb6c3a9b919300))


### refactor

* convert to pnpm workspace ([0e8323e](https://gh-shivjm/shivjm/remark-extensions/commit/0e8323e25127d7d060d3b299c40d0b666903bc8d))
2 changes: 1 addition & 1 deletion packages/micromark-extension-kbd-nested/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "micromark-extension-kbd-nested",
"version": "0.0.1",
"version": "0.1.0",
"description": "micromark extension for `kbd` elements with nesting, escaping & configurable delimiter",
"main": "dist/index.js",
"engines": {
Expand Down

0 comments on commit bae1094

Please sign in to comment.