chore(release): 1.2.7 [skip ci]
## [1.2.7](https://github.com/markedjs/marked/compare/v1.2.6...v1.2.7) (2020-12-15)
### Bug Fixes
* Replace use of startsWith and endsWith with regex for IE11 ([#1877](https://github.com/markedjs/marked/issues/1877)) ([4fdde20](4fdde20b9e
)), closes [#1876](https://github.com/markedjs/marked/issues/1876)
This commit is contained in:
parent
4fdde20b9e
commit
8bb7f8bfaa
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "marked",
|
||||
"version": "1.2.6",
|
||||
"version": "1.2.7",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "marked",
|
||||
"description": "A markdown parser built for speed",
|
||||
"author": "Christopher Jeffrey",
|
||||
"version": "1.2.6",
|
||||
"version": "1.2.7",
|
||||
"main": "./src/marked.js",
|
||||
"browser": "./lib/marked.js",
|
||||
"bin": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user