Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Dec 12, 2023
1 parent d7da1f5 commit 2f64f83
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
#### N.N.N - YYYY-MM-DD


### [1.5.2] - 2023-12-11

- dep(stun): install from matt's updated git repo


### [1.5.1] - 2023-12-03

- feat(is_local_host): also match when
Expand Down Expand Up @@ -199,3 +204,4 @@
[1.4.1]: https://github.com/haraka/haraka-net-utils/releases/tag/1.4.1
[1.5.0]: https://github.com/haraka/haraka-net-utils/releases/tag/1.5.0
[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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haraka-net-utils",
"version": "1.5.1",
"version": "1.5.2",
"description": "haraka network utilities",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"homepage": "https://github.com/haraka/haraka-net-utils#readme",
"devDependencies": {
"eslint": "^8.42.0",
"mocha": "^10.0.0",
"eslint": "^8.55.0",
"mocha": "^10.2.0",
"eslint-plugin-haraka": "*"
},
"dependencies": {
Expand All @@ -42,6 +42,6 @@
"sprintf-js": "^1.1.3"
},
"optionalDependencies": {
"stun": "^2.1.0"
"@msimerson/stun": "^3.0.0"
}
}

0 comments on commit 2f64f83

Please sign in to comment.