We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7d554 commit 710aa70Copy full SHA for 710aa70
.release-please-manifest.json
@@ -1 +1 @@
1
-{".":"7.0.3"}
+{".":"7.0.4"}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
2
3
+## [7.0.4](https://github.com/micke/valid_email2/compare/v7.0.3...v7.0.4) (2025-02-14)
4
+
5
6
+### Bug Fixes
7
8
+* pinning dependency for release task ([2f7d554](https://github.com/micke/valid_email2/commit/2f7d554bc5c18d68e56a1abdcb52957443ad6288))
9
10
## [7.0.3](https://github.com/micke/valid_email2/compare/v7.0.2...v7.0.3) (2025-02-13)
11
12
lib/valid_email2/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal:true
module ValidEmail2
- VERSION = "7.0.3"
+ VERSION = "7.0.4"
end
0 commit comments