chore(release): 9.0.0 [skip ci]

# [9.0.0](https://github.com/markedjs/marked/compare/v8.0.1...v9.0.0) (2023-09-09)

### Bug Fixes

* Clean up files in repo ([#2963](https://github.com/markedjs/marked/issues/2963)) ([7d95a91](7d95a91093))

### BREAKING CHANGES

* - remove built files from git repo.
  - If you need to use the latest version of marked on the web you can use a cdn to get marked.min.js from npm:
  - `https://cdn.jsdelivr.net/npm/marked/marked.min.js`
This commit is contained in:
semantic-release-bot 2023-09-09 23:57:39 +00:00
parent 7d95a91093
commit 329eba8e11
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "marked", "name": "marked",
"version": "8.0.1", "version": "9.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "marked", "name": "marked",
"version": "8.0.1", "version": "9.0.0",
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"marked": "bin/marked.js" "marked": "bin/marked.js"

View File

@ -2,7 +2,7 @@
"name": "marked", "name": "marked",
"description": "A markdown parser built for speed", "description": "A markdown parser built for speed",
"author": "Christopher Jeffrey", "author": "Christopher Jeffrey",
"version": "8.0.1", "version": "9.0.0",
"type": "module", "type": "module",
"main": "./lib/marked.cjs", "main": "./lib/marked.cjs",
"module": "./lib/marked.esm.js", "module": "./lib/marked.esm.js",