chore(release): 6.0.0 [skip ci]

# [6.0.0](https://github.com/markedjs/marked/compare/v5.1.2...v6.0.0) (2023-07-31)

### Bug Fixes

* Migrate to Typescript ([#2805](https://github.com/markedjs/marked/issues/2805)) ([cb54906](cb549065f1))

### BREAKING CHANGES

* Migrate to Typescript
This commit is contained in:
semantic-release-bot 2023-07-31 21:49:40 +00:00
parent 72fce26aae
commit 9927247dd0
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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