Skip to content

Commit

Permalink
chore(release): 9.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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`
  • Loading branch information
semantic-release-bot committed Sep 9, 2023
1 parent 7d95a91 commit 329eba8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "marked",
"description": "A markdown parser built for speed",
"author": "Christopher Jeffrey",
"version": "8.0.1",
"version": "9.0.0",
"type": "module",
"main": "./lib/marked.cjs",
"module": "./lib/marked.esm.js",
Expand Down

1 comment on commit 329eba8

@vercel
Copy link

@vercel vercel bot commented on 329eba8 Sep 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.