Skip to content

Commit 3b1685a

Browse files
committed
v6.3.0
1 parent c6610c4 commit 3b1685a

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,5 +1,14 @@
11

22

3+
4+
## v6.3.0 (2021-12-18)
5+
6+
#### :rocket: Enhancement
7+
* [#13](https://github.com/yappbox/ember-cli-deploy-yapp-pack/pull/13) Resolve redis URL via Heroku Platform API when env.REDIS_URL is not defined and env.HEROKU_PLATFORM_API_TOKEN is defined ([@lukemelia](https://github.com/lukemelia))
8+
9+
#### Committers: 1
10+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
11+
312
## v6.2.1 (2021-10-22)
413

514
## v6.2.0 (2021-10-22)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-yapp-pack",
3-
"version": "6.2.1",
3+
"version": "6.3.0",
44
"description": "A pack of ember-cli-deploy plugins for deploying Yapp's Ember apps.",
55
"scripts": {
66
"lint:js": "eslint .",

0 commit comments

Comments
 (0)