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:
semantic-release-bot 2023-11-11 05:55:49 +00:00
parent 014d4e61f6
commit dc484fe30a
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.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"

View File

@ -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",