Skip to content

Commit 329eba8

Browse files
chore(release): 9.0.0 [skip ci]
# [9.0.0](v8.0.1...v9.0.0) (2023-09-09) ### Bug Fixes * Clean up files in repo ([#2963](#2963)) ([7d95a91](7d95a91)) ### 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`
1 parent 7d95a91 commit 329eba8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "marked",
33
"description": "A markdown parser built for speed",
44
"author": "Christopher Jeffrey",
5-
"version": "8.0.1",
5+
"version": "9.0.0",
66
"type": "module",
77
"main": "./lib/marked.cjs",
88
"module": "./lib/marked.esm.js",

0 commit comments

Comments
 (0)