-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from ember-learn/release-5-6
Release 5.6
- Loading branch information
Showing
3 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,4 +101,5 @@ export const VERSIONS = Object.freeze([ | |
'5.3', | ||
'5.4', | ||
'5.5', | ||
'5.6', | ||
]); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
version: '5.6' | ||
changes: | ||
- feature: true | ||
title: '`ember serve` will now automatically choose a port (starting with 4200), unless a port is explicitly set with the `--port flag` or the `$PORT` env variable.' | ||
link: 'https://blog.emberjs.com/ember-released-5-6' | ||
- feature: true | ||
title: 'Adds a workflow to deploy api docs to ember-learn/ember-cli.github.io and the website.' | ||
link: 'https://blog.emberjs.com/ember-released-5-6' | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters