Skip to content

Commit 1436c0b

Browse files
committed
Released v1.0.3
1 parent 1931bb4 commit 1436c0b

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [v1.0.3](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/tree/v1.0.3) (2018-09-01)
4+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/compare/v1.0.2...v1.0.3)
5+
6+
- replaces then-redis with ioredis. closes \#74 [\#86](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/86) ([blimmer](https://github.com/blimmer))
7+
8+
- better error message for redis url. [\#83](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/83) ([jherdman](https://github.com/jherdman))
9+
10+
11+
**Merged pull requests:**
12+
313
## [v1.0.2](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/tree/v1.0.2) (2017-05-04)
414
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/compare/v1.0.1...v1.0.2)
515

@@ -147,4 +157,4 @@
147157

148158

149159

150-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
160+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-redis",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Ember CLI Deploy plugin to deploy file(s) into redis.",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)