Skip to content

Commit

Permalink
Release v1.5.4 (#85)
Browse files Browse the repository at this point in the history
- Add timeout to DNS Resolver (#83)
- add test to .npmignore
  • Loading branch information
msimerson authored Apr 2, 2024
1 parent c12337b commit 814bb8f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ codecov.yml
.travis.yml
.eslintrc.yaml
.eslintrc.json
test
2 changes: 1 addition & 1 deletion .release
Submodule .release updated 6 files
+12 −5 CHANGELOG.md
+1 −1 LICENSE
+11 −9 README.md
+7 −6 npm/prepend-scope.cjs
+6 −8 start.sh
+13 −4 submit.sh
5 changes: 5 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

#### N.N.N - YYYY-MM-DD

### [1.5.4] - 2024-04-02

- Add timeout to DNS Resolver (#83)


### [1.5.3] - 2023-12-15

Expand Down Expand Up @@ -211,3 +215,4 @@
[1.5.1]: https://github.com/haraka/haraka-net-utils/releases/tag/1.5.1
[1.5.2]: https://github.com/haraka/haraka-net-utils/releases/tag/1.5.2
[1.5.3]: https://github.com/haraka/haraka-net-utils/releases/tag/1.5.3
[1.5.4]: https://github.com/haraka/haraka-net-utils/releases/tag/1.5.4
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haraka-net-utils",
"version": "1.5.3",
"version": "1.5.4",
"description": "haraka network utilities",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,9 +29,9 @@
},
"homepage": "https://github.com/haraka/haraka-net-utils#readme",
"devDependencies": {
"eslint": "^8.55.0",
"mocha": "^10.2.0",
"eslint-plugin-haraka": "*"
"eslint": "^8.57.0",
"mocha": "^10.4.0",
"eslint-plugin-haraka": "1.0.15"
},
"dependencies": {
"haraka-config": "^1.1.0",
Expand All @@ -42,6 +42,6 @@
"sprintf-js": "^1.1.3"
},
"optionalDependencies": {
"@msimerson/stun": "^3.0.0"
"@msimerson/stun": "^3.0.1"
}
}

0 comments on commit 814bb8f

Please sign in to comment.