Skip to content

Commit 31b8a5b

Browse files
author
Robert Jackson
committed
Release 3.0.0
1 parent ea2e6fc commit 31b8a5b

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.0.0 (2020-01-31)
2+
3+
#### :boom: Breaking Change
4+
* [#258](https://github.com/ember-fastboot/fastboot/pull/258) Drop Node 8 support ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### :rocket: Enhancement
7+
* [#252](https://github.com/ember-fastboot/fastboot/pull/252) Expose option to allow a new sandbox per visit ([@rwjblue](https://github.com/rwjblue))
8+
9+
#### :house: Internal
10+
* [#259](https://github.com/ember-fastboot/fastboot/pull/259) Update various dependencies to latest versions. ([@rwjblue](https://github.com/rwjblue))
11+
12+
#### Committers: 1
13+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
14+
115
## v3.0.0-beta.3 (2019-11-01)
216

317
#### :bug: Bug Fix

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.0.0-beta.3",
3+
"version": "3.0.0",
44
"description": "Library for rendering Ember apps in node.js",
55
"keywords": [
66
"ember",

0 commit comments

Comments
 (0)