Skip to content

Commit f5d7362

Browse files
committed
Release 2.0.0
1 parent 26079cf commit f5d7362

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
4+
## v2.0.0 (2023-10-02)
5+
6+
#### :boom: Breaking Change
7+
* [#12](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/pull/12) [BREAKING] Update CI, dependencies & release process, require node >= 14 ([@lukemelia](https://github.com/lukemelia))
8+
9+
#### :rocket: Enhancement
10+
* [#11](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/pull/11) Update tunnel ssh ([@evoactivity](https://github.com/evoactivity))
11+
12+
#### Committers: 2
13+
- Liam Potter ([@evoactivity](https://github.com/evoactivity))
14+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
15+
316
## [v1.0.0](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/tree/v1.0.0) (2017-04-06)
417
[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel/compare/v1.0.0-beta.0...v1.0.0)
518

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-ssh-tunnel",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Open an ssh-tunnel during your ember-cli deploy",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)