Skip to content

Commit 1c4f673

Browse files
committed
chore(release): 0.2.1
1 parent f7930ab commit 1c4f673

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
## [0.2.1](https://github.com/mlaursen/react-marked-renderer/compare/v0.2.0...v0.2.1) (2021-09-11)
6+
7+
8+
### Bug Fixes
9+
10+
* **code:** inline code correctly displays html entities ([f1cc90f](https://github.com/mlaursen/react-marked-renderer/commit/f1cc90f8e0d0421264ef8f6705fe1b1628f58edc))
11+
12+
13+
514
# [0.2.0](https://github.com/mlaursen/react-marked-renderer/compare/v0.1.2...v0.2.0) (2021-09-08)
615

716

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-marked-renderer",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "React Marked Renderer - React components for the marked library",
55
"repository": "https://github.com/mlaursen/react-marked-renderer",
66
"author": "Mikkel Laursen <[email protected]>",

0 commit comments

Comments
 (0)