Skip to content

Commit

Permalink
chore(release): 13.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [13.0.0](v12.0.2...v13.0.0) (2024-06-12)

### Bug Fixes

* blockquote code continuation ([#3264](#3264)) ([7ab8185](7ab8185))

### Features

* Send token objects to renderers ([#3291](#3291)) ([1ce59ea](1ce59ea))

### BREAKING CHANGES

* extensions that change marked renderers will need to be updated and use new option `useNewRenderer`
* add space token after blockquote and hr if there are multiple newlines
  • Loading branch information
semantic-release-bot committed Jun 12, 2024
1 parent a317d96 commit f56ba32
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "marked",
"description": "A markdown parser built for speed",
"author": "Christopher Jeffrey",
"version": "12.0.2",
"version": "13.0.0",
"type": "module",
"main": "./lib/marked.cjs",
"module": "./lib/marked.esm.js",
Expand Down

0 comments on commit f56ba32

Please sign in to comment.