Skip to content

Commit

Permalink
Release v1.2.3 (#62)
Browse files Browse the repository at this point in the history
- fix: added `[main]` property to package.json. Fixes #61
  • Loading branch information
msimerson authored Apr 23, 2024
1 parent 2c5fdd4 commit 707d40f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

### Unreleased

### [1.2.3] - 2024-04-23

- fix: added `[main]` property to package.json. Fixes #61

### [1.2.2] - 2024-04-22

- populate [files] in package.json. Delete .npmignore.
- populate [files] in package.json. Delete .npmignore. #60
- dep: eslint-plugin-haraka -> @haraka/eslint-config
- lint: remove duplicate / stale rules from .eslintrc
- deps: bump versions
Expand Down Expand Up @@ -77,3 +81,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
[1.2.0]: https://github.com/haraka/haraka-plugin-limit/releases/tag/v1.2.0
[1.2.1]: https://github.com/haraka/haraka-plugin-limit/releases/tag/v1.2.1
[1.2.2]: https://github.com/haraka/haraka-plugin-limit/releases/tag/v1.2.2
[1.2.3]: https://github.com/haraka/haraka-plugin-limit/releases/tag/v1.2.3
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This handcrafted artisinal software is brought to you by:

| <img height="80" src="https://avatars.githubusercontent.com/u/261635?v=4"><br><a href="https://github.com/msimerson">msimerson</a> (<a href="https://github.com/haraka/haraka-plugin-limit/commits?author=msimerson">68</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/48183131?v=4"><br><a href="https://github.com/divine">divine</a> (<a href="https://github.com/haraka/haraka-plugin-limit/commits?author=divine">6</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/82041?v=4"><br><a href="https://github.com/gramakri">gramakri</a> (<a href="https://github.com/haraka/haraka-plugin-limit/commits?author=gramakri">2</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/28440072?v=4"><br><a href="https://github.com/leadbi">leadbi</a> (<a href="https://github.com/haraka/haraka-plugin-limit/commits?author=leadbi">1</a>) |
| <img height="80" src="https://avatars.githubusercontent.com/u/261635?v=4"><br><a href="https://github.com/msimerson">msimerson</a> (<a href="https://github.com/haraka/haraka-plugin-limit/commits?author=msimerson">69</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/48183131?v=4"><br><a href="https://github.com/divine">divine</a> (<a href="https://github.com/haraka/haraka-plugin-limit/commits?author=divine">6</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/82041?v=4"><br><a href="https://github.com/gramakri">gramakri</a> (<a href="https://github.com/haraka/haraka-plugin-limit/commits?author=gramakri">2</a>) | <img height="80" src="https://avatars.githubusercontent.com/u/28440072?v=4"><br><a href="https://github.com/leadbi">leadbi</a> (<a href="https://github.com/haraka/haraka-plugin-limit/commits?author=leadbi">1</a>) |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |

<sub>this file is maintained by [.release](https://github.com/msimerson/.release)</sub>
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "haraka-plugin-limit",
"version": "1.2.2",
"version": "1.2.3",
"description": "enforce various types of limits on remote MTAs",
"main": "index.js",
"files": [
"config"
],
Expand Down
1 change: 0 additions & 1 deletion test/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const assert = require('assert')

const path = require('path')
Expand Down
1 change: 0 additions & 1 deletion test/history.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const assert = require('assert')
const path = require('path')

Expand Down
1 change: 0 additions & 1 deletion test/inheritance.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const assert = require('assert')

const fixtures = require('haraka-test-fixtures')
Expand Down
1 change: 0 additions & 1 deletion test/limit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const assert = require('assert')
const path = require('path')

Expand Down
1 change: 0 additions & 1 deletion test/outbound.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const assert = require('assert')

// var Address = require('address-rfc2821').Address;
Expand Down
1 change: 0 additions & 1 deletion test/rate_limit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const assert = require('assert')
const path = require('path')

Expand Down

0 comments on commit 707d40f

Please sign in to comment.