Skip to content

Commit 13a1f36

Browse files
author
Robert Jackson
committed
Release 3.1.1
1 parent 331148a commit 13a1f36

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v3.1.1 (2020-10-23)
2+
3+
#### :bug: Bug Fix
4+
* [#277](https://github.com/ember-fastboot/fastboot/pull/277) Restore result finalization in resilient mode ([@bobisjan](https://github.com/bobisjan))
5+
6+
#### :house: Internal
7+
* [#278](https://github.com/ember-fastboot/fastboot/pull/278) Update release setup. ([@rwjblue](https://github.com/rwjblue))
8+
* [#279](https://github.com/ember-fastboot/fastboot/pull/279) Migrate to GitHub Actions for CI. ([@rwjblue](https://github.com/rwjblue))
9+
10+
#### Committers: 2
11+
- Jan Bobisud ([@bobisjan](https://github.com/bobisjan))
12+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
13+
14+
115
## v3.1.0 (2020-05-26)
216

317
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastboot",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Library for rendering Ember apps in node.js",
55
"keywords": [
66
"ember",

0 commit comments

Comments
 (0)