Skip to content

Commit

Permalink
doc(README): remove spurious markdown link
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Apr 23, 2024
1 parent 16d0f52 commit 9e44329
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

### Unreleased

### [2.1.5] - 2024-04-23

- doc(README): remove spurious markdown link
- doc(CONTRIBUTORS): added

### [2.1.4] - 2024-04-06

- eslint: reduce config to depending on @haraka
Expand Down Expand Up @@ -124,3 +129,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
[2.1.2]: https://github.com/haraka/haraka-plugin-karma/releases/tag/v2.1.2
[2.1.3]: https://github.com/haraka/haraka-plugin-karma/releases/tag/v2.1.3
[2.1.4]: https://github.com/haraka/haraka-plugin-karma/releases/tag/v2.1.4
[2.1.5]: https://github.com/haraka/haraka-plugin-karma/releases/tag/v2.1.5
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ Expect to use karma _with_ content filters.
[snf-url]: http://haraka.github.io/manual/plugins/messagesniffer.html
[results-url]: http://haraka.github.io/manual/Results.html

[![CI]()]()

[ci-img]: https://github.com/haraka/haraka-plugin-karma/actions/workflows/ci.yml/badge.svg
[ci-url]: https://github.com/haraka/haraka-plugin-karma/actions/workflows/ci.yml
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "haraka-plugin-karma",
"version": "2.1.4",
"version": "2.1.5",
"description": "A heuristics scoring and reputation engine for SMTP connections",
"main": "index.js",
"files": [
Expand All @@ -14,9 +14,9 @@
"lint:fix": "npx eslint@^8 *.js test --fix",
"prettier": "npx prettier . --check",
"prettier:fix": "npx prettier . --write --log-level=warn",
"test": "npx mocha@10",
"versions": "npx @msimerson/dependency-version-checker check",
"versions:fix": "npx @msimerson/dependency-version-checker update"
"test": "npx mocha@^10",
"versions": "npx dependency-version-checker check",
"versions:fix": "npx dependency-version-checker update"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion test/karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function _set_up(done) {
this.plugin.tarpit_hooks = ['connect']

this.connection = fixtures.connection.createConnection({}, { notes: {} })
this.connection.transaction = fixtures.transaction.createTransaction()
this.connection.init_transaction()

done()
}
Expand Down

0 comments on commit 9e44329

Please sign in to comment.