Skip to content

Commit b632156

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.3.1...v3.0.0) (2025-04-01) * fix!: require Node.JS >=v20, test against v20-v23 ([0f68ca1](0f68ca1)) ### BREAKING CHANGES * This package now requires Node.JS >= v20
1 parent 0f68ca1 commit b632156

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
# [3.0.0](https://github.com/jGleitz/markdown-it-prism/compare/v2.3.1...v3.0.0) (2025-04-01)
6+
7+
8+
* fix!: require Node.JS >=v20, test against v20-v23 ([0f68ca1](https://github.com/jGleitz/markdown-it-prism/commit/0f68ca1910b207e2f89e2e9c54dfdc580adfcbc9))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* This package now requires Node.JS >= v20
14+
515
## [2.3.1](https://github.com/jGleitz/markdown-it-prism/compare/v2.3.0...v2.3.1) (2025-03-11)
616

717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "markdown-it-prism",
3-
"version": "2.3.1",
3+
"version": "3.0.0",
44
"description": "Highlights code blocks in markdown-it using Prism.",
55
"keywords": [
66
"markdown-it",

0 commit comments

Comments
 (0)