Skip to content

Commit 8a7502f

Browse files
committedFeb 7, 2021
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.2.9...v2.0.0) (2021-02-07) ### Bug Fixes * Join adjacent inlineText tokens ([#1926](#1926)) ([f848e77](f848e77)) * Total rework of Emphasis/Strong ([#1864](#1864)) ([7293251](7293251)) ### BREAKING CHANGES * `em` and `strong` tokenizers have been merged into one `emStrong` tokenizer
1 parent 9d3a781 commit 8a7502f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "marked",
33
"description": "A markdown parser built for speed",
44
"author": "Christopher Jeffrey",
5-
"version": "1.2.9",
5+
"version": "2.0.0",
66
"main": "./src/marked.js",
77
"browser": "./lib/marked.js",
88
"bin": {

0 commit comments

Comments
 (0)