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 10, 2021
1 parent 380b8df commit a3d2bc2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/remark-kbd-nested/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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.4.0 (2021-11-10)

### ⚠ BREAKING CHANGES

* **remark-kbd-nested:** freeze `fromMarkdown`

### Bug Fixes

* **remark-kbd-nested:** correct path to `main` in package.json ([70353f4](https://github.com/shivjm/remark-extensions/commit/70353f415d4589b8e67d13616207b3cd64566a27))
* **remark-kbd-nested:** freeze `fromMarkdown` ([ac775c2](https://github.com/shivjm/remark-extensions/commit/ac775c2f8c24b5396ba2a408bcb56218efae3967))

## 0.3.0 (2021-11-02)

### ⚠ BREAKING CHANGES
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.3.0",
"version": "0.4.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 a3d2bc2

Please sign in to comment.