Skip to content

Commit

Permalink
bump version v2.3.3 -> v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jocmp committed Feb 2, 2025
1 parent 1927c91 commit d50a54d
Show file tree
Hide file tree
Showing 8 changed files with 110 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.3.3"
current_version = "v2.3.4"
version_pattern = "vMAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down
52 changes: 51 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.

54 changes: 53 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.3.3",
"version": "2.3.4",
"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 d50a54d

Please sign in to comment.