Skip to content

Commit

Permalink
Release v1.0.17 (#57)
Browse files Browse the repository at this point in the history
* lint: strip semicolons
  • Loading branch information
msimerson authored Nov 14, 2022
1 parent 385bb1c commit 4aacc4e
Show file tree
Hide file tree
Showing 6 changed files with 260 additions and 253 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ root: true
rules:
indent: [ error, 2, { SwitchCase: 1 } ]
no-empty: [ error, { allowEmptyCatch: true }]
semi: [ error, never ]

globals:
OK: true
Expand Down
2 changes: 0 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ Changes proposed in this pull request:
Checklist:
- [ ] docs updated
- [ ] tests updated
- [ ] Changes.md updated
- [ ] package.json.version bumped
35 changes: 22 additions & 13 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,60 +1,68 @@
### Unreleased

## 1.0.16 - 2022-05-22

### [1.0.17] - 2022-11-14

- dep(node-maxmind): bump to 4.3.8
- ci workflow updates, #56
- ci(codeql): Add workflow for GitHub code scanning, #55


### 1.0.16 - 2022-05-22

- only use 'plugin = this' where needed
- dep(maxmind): 4.1 -> 4.3


## 1.0.15 - 2020-09-03
### 1.0.15 - 2020-09-03

- revert plugin rename from #44
- update tests to make it easier to sync


## 1.0.14 - 2020-09-01
### 1.0.14 - 2020-09-01

- fix connection result access since plugin rename #44
- bump maxmind version to 4.1
- wrap city & country lookups in a try


## 1.0.13 - 2020-01-28
### 1.0.13 - 2020-01-28

- properly continue loop when one of database file missing


## 1.0.12 - 2019-11-10
### 1.0.12 - 2019-11-10

- bump maxmind to v4
- revert exported arrow functions, they break the plugin
- include DBs and remove test conditionals that masked broken tests


## 1.0.11 - 2019-10-13
### 1.0.11 - 2019-10-13

- bump maxmind version to 3.1.2
- switch tests from nodeunit to mocha


## 1.0.10 - 2019-07-16
### 1.0.10 - 2019-07-16

- move from maxmind.openSync to async maxmind.open, #35


## 1.0.9 - 2019-07-09
### 1.0.9 - 2019-07-09

- drop node 6 testing
- use maxmind v3


## 1.0.8 - 2018-09-03
### 1.0.8 - 2018-09-03

- add missing 'c' in iso_code.
- safely access country.iso_code


## 1.0.7 - 2018-01-19
### 1.0.7 - 2018-01-19

- code climate updates #25
- missing iso_code #24
Expand All @@ -63,20 +71,21 @@
- Fix issue with latitude == 0, #21


## 1.0.6 - 2017-10-21
### 1.0.6 - 2017-10-21

- fix lookup exception #18
- eslint no-var updates #17
- replace node 4 with node 8 testing #15


## 1.0.5 - 2017-06-16
### 1.0.5 - 2017-06-16

- compat with eslint 4


## 1.0.4 - 2016-02-07
### 1.0.4 - 2016-02-07

- aggregate results before emitting
- README link cleanups

[1.0.17]: https://github.com/haraka/haraka-plugin-geoip/releases/tag/1.0.17
Loading

0 comments on commit 4aacc4e

Please sign in to comment.