chore(release): 9.1.5 [skip ci]

## [9.1.5](https://github.com/markedjs/marked/compare/v9.1.4...v9.1.5) (2023-11-02)

### Bug Fixes

* fix emstrong unicode ([#3070](https://github.com/markedjs/marked/issues/3070)) ([54b6d1c](54b6d1c47d))
This commit is contained in:
semantic-release-bot 2023-11-02 04:35:05 +00:00
parent 54b6d1c47d
commit 9d9debc806
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "marked", "name": "marked",
"version": "9.1.4", "version": "9.1.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "marked", "name": "marked",
"version": "9.1.4", "version": "9.1.5",
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"marked": "bin/marked.js" "marked": "bin/marked.js"

View File

@ -2,7 +2,7 @@
"name": "marked", "name": "marked",
"description": "A markdown parser built for speed", "description": "A markdown parser built for speed",
"author": "Christopher Jeffrey", "author": "Christopher Jeffrey",
"version": "9.1.4", "version": "9.1.5",
"type": "module", "type": "module",
"main": "./lib/marked.cjs", "main": "./lib/marked.cjs",
"module": "./lib/marked.esm.js", "module": "./lib/marked.esm.js",