Skip to content

Commit 5d49783

Browse files
Version Packages
1 parent 938b9c8 commit 5d49783

File tree

3 files changed

+20
-19
lines changed

3 files changed

+20
-19
lines changed

.changeset/late-squids-join.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

3+
## 3.0.4
4+
5+
### Patch Changes
6+
7+
- b5f7677: ### Bug fixes
8+
9+
- Fixed issue with parsing paragraphs
10+
- Converted bold and italics tag to <strong> and <em>
11+
- Fixed issue with parsing nested blockquotes
12+
- Fixed issue with parsing code blocks
13+
14+
### Optimisations
15+
16+
This PR added optimisations for the following:
17+
18+
- Cleaning up unused style tags for the generated markup
19+
- Moved the changesets
20+
- Added CI workflows
21+
322
All notable changes to this project will be documented in this file.
423
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
524

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "md-to-react-email",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "A simple Markdown parser for React-email written in typescript.",
55
"keywords": [
66
"markdown",

0 commit comments

Comments
 (0)