We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53f765 commit 293ba1cCopy full SHA for 293ba1c
.release-please-manifest.json
@@ -1 +1 @@
1
-{".":"7.0.4"}
+{".":"7.0.5"}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
2
3
+## [7.0.5](https://github.com/micke/valid_email2/compare/v7.0.4...v7.0.5) (2025-02-14)
4
+
5
6
+### Bug Fixes
7
8
+* do not cache deps in release please ([a53f765](https://github.com/micke/valid_email2/commit/a53f76548eaf3c286763b73cfca6f6061fc88d28))
9
10
## [7.0.4](https://github.com/micke/valid_email2/compare/v7.0.3...v7.0.4) (2025-02-14)
11
12
lib/valid_email2/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal:true
module ValidEmail2
- VERSION = "7.0.4"
+ VERSION = "7.0.5"
end
0 commit comments