Skip to content

Commit

Permalink
release 2.0.4 (#46)
Browse files Browse the repository at this point in the history
* use .release as submodule
  • Loading branch information
msimerson authored May 28, 2022
1 parent 65a814d commit e7bdd87
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 115 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule ".release"]
path = .release
url = https://github.com/msimerson/.release
1 change: 1 addition & 0 deletions .release
Submodule .release added at 4d5c90
40 changes: 0 additions & 40 deletions .release/base.sh

This file was deleted.

51 changes: 0 additions & 51 deletions .release/do.sh

This file was deleted.

23 changes: 0 additions & 23 deletions .release/push.sh

This file was deleted.

5 changes: 5 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


#### 2.0.4 - 2022-05-28

- use .release as submodule


#### 2.0.3 - 2022-05-28

- fix: depend directly on redis
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haraka-plugin-karma",
"version": "2.0.3",
"version": "2.0.4",
"description": "A heuristics scoring and reputation engine for SMTP connections",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e7bdd87

Please sign in to comment.