Skip to content

Commit

Permalink
release 1.2.1
Browse files Browse the repository at this point in the history
deps: update and pin versions
  • Loading branch information
msimerson authored Mar 20, 2024
1 parent 396aff5 commit ad997d4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
7 changes: 7 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
### Unreleased


### [1.2.1] - 2024-03-20

- deps: bump versions
- fix: undo increment if the email sending is delayed (#56)


### [1.2.0] - 2023-12-27

- disable history by default (match docs)
Expand Down Expand Up @@ -69,3 +75,4 @@
[1.1.0]: https://github.com/haraka/haraka-plugin-limit/releases/tag/1.1.0
[1.1.1]: https://github.com/haraka/haraka-plugin-limit/releases/tag/1.1.1
[1.2.0]: https://github.com/haraka/haraka-plugin-limit/releases/tag/1.2.0
[1.2.1]: https://github.com/haraka/haraka-plugin-limit/releases/tag/1.2.1
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
{
"name": "haraka-plugin-limit",
"version": "1.2.0",
"version": "1.2.1",
"description": "enforce various types of limits on remote MTAs",
"directories": {
"test": "test"
},
"dependencies": {
"haraka-constants": "*",
"haraka-constants": "1.0.6",
"haraka-plugin-redis": "^2.0.6",
"ipaddr.js": "^2.1.0",
"redis": "^4.6.12"
"redis": "^4.6.13"
},
"devDependencies": {
"address-rfc2821": "*",
"eslint": "^8.56.0",
"eslint-plugin-haraka": "*",
"haraka-test-fixtures": "*",
"mocha": "^10.2.0"
"address-rfc2821": "2.1.2",
"eslint-plugin-haraka": "1.0.15",
"haraka-test-fixtures": "1.3.3",
"mocha": "^10.3.0"
},
"scripts": {
"lint": "npx eslint *.js test",
Expand Down

0 comments on commit ad997d4

Please sign in to comment.