Skip to content

Commit

Permalink
bump version v2.2.9 -> v2.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jocmp committed Jan 11, 2025
1 parent 5c34ef1 commit c2bc684
Show file tree
Hide file tree
Showing 8 changed files with 67 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bumpver.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpver]
current_version = "v2.2.9"
current_version = "v2.2.10"
version_pattern = "v[MAJOR].[MINOR].[PATCH]"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down
31 changes: 30 additions & 1 deletion dist/generate-custom-parser.js

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

2 changes: 1 addition & 1 deletion dist/generate-custom-parser.js.map

Large diffs are not rendered by default.

32 changes: 31 additions & 1 deletion dist/mercury.js

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

2 changes: 1 addition & 1 deletion dist/mercury.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mercury.web.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mercury.web.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jocmp/mercury-parser",
"version": "2.2.9",
"version": "2.2.10",
"description": "Mercury Parser transforms web pages into clean text. Publishers and programmers use it to make the web make sense, and readers use it to read any web article comfortably.",
"author": "jocmp <[email protected]>",
"homepage": "https://github.com/jocmp/mercury-parser",
Expand Down

0 comments on commit c2bc684

Please sign in to comment.