Skip to content

Commit 12ccb11

Browse files
committed
Released v0.2.2
1 parent 749cf71 commit 12ccb11

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Change Log
2+
3+
## [0.2.2](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/tree/0.2.2) (2016-02-06)
4+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/compare/v0.2.1...0.2.2)
5+
6+
- Add more detail in the quickstart guide for setup with ember-cli-deploy-redis [\#5](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/pull/5) ([g-cassie](https://github.com/g-cassie))
7+
- update ember-cli-deploy plugin (@ghedamat)
8+
9+
## [v0.2.1](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/tree/v0.2.1) (2015-12-08)
10+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/compare/v0.2.0...v0.2.1)
11+
12+
**Closed issues:**
13+
14+
- Better example in documentation [\#2](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/issues/2)
15+
16+
**Merged pull requests:**
17+
18+
- Defaults to ssh-agent instead of privateKeyPath [\#4](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/pull/4) ([typeoneerror](https://github.com/typeoneerror))
19+
- allow custom remote ssh port [\#3](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/pull/3) ([bastianl](https://github.com/bastianl))
20+
21+
## [v0.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/tree/v0.2.0) (2015-10-25)
22+
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/compare/v0.1.0...v0.2.0)
23+
24+
## [v0.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/tree/v0.1.0) (2015-10-14)
25+
**Merged pull requests:**
26+
27+
- Adds the ability to specify for tunnel-ssh config [\#1](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/pull/1) ([nikz](https://github.com/nikz))
28+
29+
30+
31+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-ssh-tunnel",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Open an ssh-tunnel during your ember-cli deploy",
55
"directories": {
66
"doc": "doc",
@@ -53,4 +53,4 @@
5353
"ember-addon": {
5454
"configPath": "tests/dummy/config"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)