Skip to content

Commit f424f05

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.2.2...v3.0.0) (2025-04-01) ### chore * require Node.JS >=v20, test against v20-v23 ([88b2d8a](88b2d8a)) ### BREAKING CHANGES * This package now requires Node.JS >= v2
1 parent 21a76ef commit f424f05

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

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

5+
# [3.0.0](https://github.com/jGleitz/markdown-it-kbd/compare/v2.2.2...v3.0.0) (2025-04-01)
6+
7+
8+
### chore
9+
10+
* require Node.JS >=v20, test against v20-v23 ([88b2d8a](https://github.com/jGleitz/markdown-it-kbd/commit/88b2d8a084899fd0841ad35d3e5514c14404bf97))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* This package now requires Node.JS >= v2
16+
517
## [2.2.2](https://github.com/jGleitz/markdown-it-kbd/compare/v2.2.1...v2.2.2) (2021-03-06)
618

719

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-kbd",
3-
"version": "2.2.2",
3+
"version": "3.0.0",
44
"description": "Markdown-it syntax add-on for keystrokes. Renders [[x]] as <kbd>x</kbd>",
55
"keywords": [
66
"markdown-it",

0 commit comments

Comments
 (0)