chore(release): 9.1.1 [skip ci]

## [9.1.1](https://github.com/markedjs/marked/compare/v9.1.0...v9.1.1) (2023-10-11)

### Bug Fixes

* add marked.min.js to package exports ([#3035](https://github.com/markedjs/marked/issues/3035)) ([71fc094](71fc094928))
This commit is contained in:
semantic-release-bot 2023-10-11 20:28:47 +00:00
parent 71fc094928
commit bbce7dd0c2
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

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