Skip to content

Commit

Permalink
Merge pull request #245 from micke/release-please--branches--master--…
Browse files Browse the repository at this point in the history
…components--valid_email2

chore(master): release 5.2.6
  • Loading branch information
micke authored Aug 10, 2024
2 parents b0cb66c + 1961502 commit a94eb25
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"5.2.5"}
{".":"5.2.6"}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [5.2.6](https://github.com/micke/valid_email2/compare/v5.2.5...v5.2.6) (2024-08-10)


### Bug Fixes

* add .release-please-manifest.json ([8a9ef25](https://github.com/micke/valid_email2/commit/8a9ef25b77db3942956bb4790627b14eadc2404e))
* add id to release-please-action ([35b4697](https://github.com/micke/valid_email2/commit/35b4697b1970ebd696b7cdaf38889ec7b674000c))
* add release-please-config.json ([adde8b6](https://github.com/micke/valid_email2/commit/adde8b6fe23e3bdf8b892290b565f560d7e72c8d))
* Add step to publish gem to rubygems to the release action ([b6932f3](https://github.com/micke/valid_email2/commit/b6932f36c0a6af9897d723d222145678c9bc0f06))
* reset the version to 5.2.5 ([b0cb66c](https://github.com/micke/valid_email2/commit/b0cb66c57cd08f0ecef72bb0dd84d4f5636adf41))
* Whitelist directbox.com ([cf70737](https://github.com/micke/valid_email2/commit/cf707371735c10b565ab3aafce39d7ea7089cdb1))

## Changelog

## Version 5.2.5
* Remove false positives [#240](https://github.com/micke/valid_email2/issue/240)
* Pull new domains
Expand Down
2 changes: 1 addition & 1 deletion lib/valid_email2/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal:true

module ValidEmail2
VERSION = "5.2.5"
VERSION = "5.2.6"
end

0 comments on commit a94eb25

Please sign in to comment.