diff --git a/CHANGELOG.md b/CHANGELOG.md index 2029df4..02050d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Mercury Parser Changelog +### v2.2.9 (Dec 23, 2024) + +* \[[`d1e494d384`](https://github.com/jocmp/mercury-parser/commit/d1e494d384)] - bump version v2.2.7 -> v2.2.8 (jocmp) + ### v2.2.8 (Dec 23, 2024) * \[[`b054affe4b`](https://github.com/jocmp/mercury-parser/commit/b054affe4b)] - bump version v2.2.6 -> v2.2.7 (jocmp) diff --git a/bumpver.toml b/bumpver.toml index b556a9f..437a907 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "v2.2.8" +current_version = "v2.2.9" version_pattern = "v[MAJOR].[MINOR].[PATCH]" commit_message = "bump version {old_version} -> {new_version}" tag_message = "{new_version}" diff --git a/package.json b/package.json index 109a69f..caa60cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jocmp/mercury-parser", - "version": "2.2.8", + "version": "2.2.9", "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 ", "homepage": "https://github.com/jocmp/mercury-parser",