Skip to content

Commit

Permalink
version bump 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Jul 31, 2017
1 parent 43aa47a commit fc9a3a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

# 1.0.7 - 2017-07-31

- apply config [opts] to pubsub settings #7

# 1.0.6 - 2017-06-16

- eslint 4 compat
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "haraka-plugin-redis",
"version": "1.0.6",
"version": "1.0.7",
"description": "Redis plugin for Haraka & other plugins to inherit from",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"redis": "^2.6.5"
"redis": "^2.7.1"
},
"devDependencies": {
"eslint": "*",
Expand Down

0 comments on commit fc9a3a7

Please sign in to comment.