Skip to content

Commit

Permalink
Released v1.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Mar 25, 2017
1 parent d118c1e commit 090f309
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# Change Log

## [0.2.2](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/tree/0.2.2) (2016-02-06)
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/compare/v0.2.1...0.2.2)
## [v1.0.0-beta.0](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/tree/v1.0.0-beta.0) (2017-03-25)
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/compare/v0.2.2...v1.0.0-beta.0)

**Merged pull requests:**

- Upgrade ember-cli and embrace being a node-only ember-cli addon [\#8](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/pull/8) ([lukemelia](https://github.com/lukemelia))

## [v0.2.2](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/tree/v0.2.2) (2016-02-06)
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/compare/v0.2.1...v0.2.2)

**Merged pull requests:**

- 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))
- update ember-cli-deploy plugin (@ghedamat)

## [v0.2.1](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/tree/v0.2.1) (2015-12-08)
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/compare/v0.2.0...v0.2.1)

**Closed issues:**

- Better example in documentation [\#2](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/issues/2)

**Merged pull requests:**

- 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))
Expand All @@ -28,4 +32,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-deploy-ssh-tunnel",
"version": "0.2.2",
"version": "1.0.0-beta.0",
"description": "Open an ssh-tunnel during your ember-cli deploy",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit 090f309

Please sign in to comment.