mirror of
https://github.com/markedjs/marked
synced 2024-11-22 00:05:53 +00:00
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:
parent
3f0430a45e
commit
14dcd33d39
4
package-lock.json
generated
4
package-lock.json
generated
@ -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"
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user