mirror of
https://github.com/markedjs/marked
synced 2024-11-22 17:37:24 +00:00
chore(release): 10.0.0 [skip ci]
# [10.0.0](https://github.com/markedjs/marked/compare/v9.1.6...v10.0.0) (2023-11-11) ### Bug Fixes * run spec tests with testutils ([#3017](https://github.com/markedjs/marked/issues/3017)) ([014d4e6
](014d4e61f6
)) ### BREAKING CHANGES * drop support for node v16
This commit is contained in:
parent
014d4e61f6
commit
dc484fe30a
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "marked",
|
||||
"version": "9.1.6",
|
||||
"version": "10.0.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "marked",
|
||||
"version": "9.1.6",
|
||||
"version": "10.0.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": "9.1.6",
|
||||
"version": "10.0.0",
|
||||
"type": "module",
|
||||
"main": "./lib/marked.cjs",
|
||||
"module": "./lib/marked.esm.js",
|
||||
|
Loading…
Reference in New Issue
Block a user