Skip to content

Commit cc84a20

Browse files
committed
Bump version to 7.0.4 🚀
1 parent 0ed0183 commit cc84a20

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
### Unreleased
77

8+
### 7.0.4
9+
10+
- Fix parsing of HTML entities like emojis (ex: `🔌`)
11+
812
### 7.0.3
913

1014
Import fixes from 6.0.6:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markup-it",
3-
"version": "7.0.3",
3+
"version": "7.0.4",
44
"description": "Pipeline for working with markup input (for example Markdown)",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)