Skip to content

Commit

Permalink
release 1.0.6 (#37)
Browse files Browse the repository at this point in the history
- ci: update GHA shared workflows
- ci: add submodule .release
- doc(changes): add Unreleased marker
  • Loading branch information
msimerson authored Jun 5, 2022
1 parent a103b2d commit 44ca102
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ env:
node: true
es6: true
mocha: true

parserOptions:
ecmaVersion: 2020
es2020: true

plugins: [ haraka ]

Expand Down
22 changes: 16 additions & 6 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
### Unreleased
## 1.0.5 - 2022-04-07


### [1.0.6] - 2022-06-05

- ci: update GHA shared workflows
- ci: add submodule .release
- doc(changes): add Unreleased marker


### 1.0.5 - 2022-04-07

- fix: reduce log noise from same_ipv4_network #35
- style: use dns promises, backtick strings, for..of
Expand All @@ -9,30 +18,31 @@
- ci: replace opendns test IP with 1.1.1.1


## 1.0.4 - 2022-04-07
### 1.0.4 - 2022-04-07

- ci: restore to working order


## 1.0.3 - 2018-11-20
### 1.0.3 - 2018-11-20

- Fix data hook #12
- Replace string concatenations with template literals #8


## 1.0.2 - 2017-09-19
### 1.0.2 - 2017-09-19

- domains with fcrdns were being rejected #7
- eslint no-var #5


## 1.0.1 - 2017-09-14
### 1.0.1 - 2017-09-14

- update name of fcrdns.ini (drop connect prefix) #2
- es6: replace var with const/let
- style: remove ending semicolons


## 1.0.0 - 2017-02-05
### 1.0.0 - 2017-02-05

- initial release
[1.0.6]: https://github.com/haraka/haraka-plugin-fcrdns/releases/tag/1.0.6
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-fcrdns",
"version": "1.0.5",
"version": "1.0.6",
"description": "Haraka plugin that checks a remote for Forward Confirmed reverse DNS",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 44ca102

Please sign in to comment.