Skip to content

Commit c83f4f5

Browse files
chore(main): release 7.0.11 (#289)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent be13649 commit c83f4f5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"7.0.10"}
1+
{".":"7.0.11"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [7.0.11](https://github.com/micke/valid_email2/compare/v7.0.10...v7.0.11) (2025-02-28)
4+
5+
6+
### Bug Fixes
7+
8+
* check if this actually fetches the tags ([be13649](https://github.com/micke/valid_email2/commit/be136494407c0731ef38e9ef958795f9aec0bcaa))
9+
310
## [7.0.10](https://github.com/micke/valid_email2/compare/v7.0.9...v7.0.10) (2025-02-25)
411

512

lib/valid_email2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal:true
22

33
module ValidEmail2
4-
VERSION = "7.0.10"
4+
VERSION = "7.0.11"
55
end

0 commit comments

Comments
 (0)