resolve-email 4.0.37 → 4.0.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9
9
 
10
- ## [v4.0.37](https://github.com/bcomnes/resolve-email/compare/v4.0.36...v4.0.37)
10
+ ## [v4.0.38](https://github.com/bcomnes/resolve-email/compare/v4.0.37...v4.0.38)
11
+
12
+ ### Commits
13
+
14
+ - update releasearoni [`a6b950e`](https://github.com/bcomnes/resolve-email/commit/a6b950e032ffa5e13607c106cabe7541b4e71fe5)
15
+
16
+ ## [v4.0.37](https://github.com/bcomnes/resolve-email/compare/v4.0.36...v4.0.37) - 2026-03-31
11
17
 
12
18
  ### Commits
13
19
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "resolve-email",
3
3
  "description": "Resolve the domain of an email address to see if it even has a chance of delivering",
4
- "version": "4.0.37",
4
+ "version": "4.0.38",
5
5
  "author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/bcomnes/resolve-email/issues"
@@ -10,7 +10,7 @@
10
10
  "@types/node": "^25.0.0",
11
11
  "@voxpelli/tsconfig": "^16.0.0",
12
12
  "emailvalid": "^1.0.4",
13
- "releasearoni": "^0.1.10",
13
+ "releasearoni": "^0.1.12",
14
14
  "installed-check": "^10.0.1",
15
15
  "neostandard": "^0.13.0",
16
16
  "npm-run-all2": "^8.0.1",
@@ -46,7 +46,7 @@
46
46
  "scripts": {
47
47
  "prepare": "npm run build:throwaway",
48
48
  "preversion": "releasearoni preversion",
49
- "prepublishOnly": "releasearoni npm-check && npm run build && git push --follow-tags && releasearoni -y",
49
+ "prepublishOnly": "releasearoni",
50
50
  "postpublish": "npm run clean",
51
51
  "clean": "run-p clean:*",
52
52
  "clean:declarations-top": "rm -rf $(find . -maxdepth 1 -type f -name '*.d.ts*' -o -name '*.d.cts*')",