Skip to content

Commit 8da894f

Browse files
committed
Released v1.0.1
1 parent 2f57694 commit 8da894f

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Change Log
22

3-
## [v1.0.0](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/tree/v1.0.0) (2017-03-25)
4-
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/compare/v1.0.0-beta.0...v1.0.0)
3+
## [v1.0.1](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/tree/v1.0.1) (2017-05-04)
4+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/compare/v1.0.0...v1.0.1)
55

6-
No changes from 1.0.0-beta.2
6+
**Merged pull requests:**
7+
8+
- replaces then-redis with redis. closes \#74 [\#76](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/pull/76) ([maprules1000](https://github.com/maprules1000))
9+
10+
## [v1.0.0](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/tree/v1.0.0) (2017-04-06)
11+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/compare/v1.0.0-beta.2...v1.0.0)
712

813
## [v1.0.0-beta.2](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/tree/v1.0.0-beta.2) (2017-03-29)
914
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-redis/compare/v1.0.0-beta.1...v1.0.0-beta.2)
@@ -135,4 +140,4 @@ No changes from 1.0.0-beta.2
135140

136141

137142

138-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
143+
\* *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.0",
3+
"version": "1.0.1",
44
"description": "Ember CLI Deploy plugin to deploy file(s) into redis.",
55
"directories": {
66
"doc": "doc",

0 commit comments

Comments
 (0)