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:
semantic-release-bot 2020-12-15 20:15:47 +00:00
parent 4fdde20b9e
commit 8bb7f8bfaa
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "marked",
"version": "1.2.6",
"version": "1.2.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": {