chore(release): 14.1.0 [skip ci]

# [14.1.0](https://github.com/markedjs/marked/compare/v14.0.0...v14.1.0) (2024-08-26)

### Bug Fixes

* don't export block or inline ([#3427](https://github.com/markedjs/marked/issues/3427)) ([3f0430a](3f0430a45e))

### Features

* add provideLexer and provideParser hooks ([#3424](https://github.com/markedjs/marked/issues/3424)) ([447f5af](447f5af7e4))
This commit is contained in:
semantic-release-bot 2024-08-26 03:59:58 +00:00
parent 3f0430a45e
commit 14dcd33d39
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "marked",
"version": "14.0.0",
"version": "14.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "marked",
"version": "14.0.0",
"version": "14.1.0",
"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": "14.0.0",
"version": "14.1.0",
"type": "module",
"main": "./lib/marked.cjs",
"module": "./lib/marked.esm.js",