Skip to content

Commit

Permalink
tighten Haraka pattern in .gitignore (haraka#2542)
Browse files Browse the repository at this point in the history
* tighten Haraka pattern in .gitignore
* version bump
  • Loading branch information
msimerson authored Nov 18, 2018
1 parent 6554638 commit dbc888e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
node_modules
!tests/node_modules
.coveralls.yml
Haraka
Haraka-*.gz
*~
bower_components
coverage
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ node_js:
# - 0.12 # maint. ended 2016-12-31
# - 4 # maint. ended 2018-04
- "6" # maint. ends 2019-04
- "8" # LTS
- "10" # current
- "8" # maint. ends 2020-01
- "10" # active until 2020-04
- "11" # current

matrix:
fast_finish: true
Expand All @@ -33,4 +34,3 @@ sudo: false
cache:
directories:
- node_modules

7 changes: 7 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
### Fixes


## 2.8.23 - Nov 18, 2018

### Changes

* tighten Haraka pattern in .gitignore #2542


## 2.8.22 - Nov 17, 2018

### New Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"description": "An SMTP Server project.",
"keywords": [ "haraka", "smtp", "server", "email" ],
"version": "2.8.22",
"version": "2.8.23",
"homepage": "http://haraka.github.io",
"repository": {
"type": "git",
Expand Down

0 comments on commit dbc888e

Please sign in to comment.