chore(release): 1.2.4 [skip ci]

## [1.2.4](https://github.com/markedjs/marked/compare/v1.2.3...v1.2.4) (2020-11-15)

### Bug Fixes

* no strikethrough on different number of tildes ([#1821](https://github.com/markedjs/marked/issues/1821)) ([d79f210](d79f210aba))
This commit is contained in:
semantic-release-bot 2020-11-15 02:05:05 +00:00
parent 4fad96b4d4
commit da071c9e40
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.3",
"version": "1.2.4",
"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.3",
"version": "1.2.4",
"main": "./src/marked.js",
"browser": "./lib/marked.js",
"bin": {