Skip to content

Commit f2535f1

Browse files
committedFeb 3, 2021
chore(release): 1.2.9 [skip ci]
## [1.2.9](v1.2.8...v1.2.9) (2021-02-03) ### Bug Fixes * allow sublist to be single space in pedantic ([#1924](#1924)) ([1e36afd](1e36afd))
1 parent f0dc8a2 commit f2535f1

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.8",
5+
"version": "1.2.9",
66
"main": "./src/marked.js",
77
"browser": "./lib/marked.js",
88
"bin": {

1 commit comments

Comments
 (1)
Please sign in to comment.