Skip to content

Commit 82ee39d

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.1.1...v2.0.0) (2025-02-26) * Merge pull request [#474](#474) from G-Ambatte/removeEmptyRows ([24b3bd8](24b3bd8)) * Put options into options object to match other extensions structure ([13a24f3](13a24f3)) ### Features * Add option to skip or keep empty rows ([bf1cc0d](bf1cc0d)) ### BREAKING CHANGES * Remove empty rows from output * endRegex has been moved into the extension object instead of a separate parameter
1 parent 24b3bd8 commit 82ee39d

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
@@ -1,6 +1,6 @@
11
{
22
"name": "marked-extended-tables",
3-
"version": "1.1.1",
3+
"version": "2.0.0",
44
"description": "extended Markdown tables for Marked.js",
55
"main": "./lib/index.cjs",
66
"module": "./src/index.js",

0 commit comments

Comments
 (0)