Skip to content

Commit c1500a5

Browse files
committed
Released v0.4.2
1 parent f2d60da commit c1500a5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Changelog
2+
3+
## [0.4.3](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/tree/v0.4.2) (2016-11-21)
4+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/compare/v0.4.1...0.4.2)
5+
6+
- Update dependencies [\#66](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/66) ([lukemelia](https://github.com/lukemelia))
7+
- Fix readConfig bug [\#65](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/65) ([achambers](https://github.com/achambers))
8+
- previousRevisionKey returns an unresolved promise [\#63](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/63) ([wongpeiyi](https://github.com/wongpeiyi))
9+
110
## [0.4.1](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/tree/v0.4.1) (2016-07-25)
211
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/compare/v0.4.0...0.4.1)
312

package.json

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

0 commit comments

Comments
 (0)