Skip to content

Commit 30af94b

Browse files
author
Robert Jackson
committed
Release 3.0.0-beta.2
1 parent b8e8690 commit 30af94b

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-beta.2 (2019-11-01)
2+
3+
#### :boom: Breaking Change
4+
* [#247](https://github.com/ember-fastboot/fastboot/pull/247) Remove najax from default set of sandbox globals. ([@rwjblue](https://github.com/rwjblue))
5+
6+
#### :rocket: Enhancement
7+
* [#245](https://github.com/ember-fastboot/fastboot/pull/245) Refactor sandboxGlobals -> buildSandboxGlobals ([@rwjblue](https://github.com/rwjblue))
8+
9+
#### :house: Internal
10+
* [#248](https://github.com/ember-fastboot/fastboot/pull/248) Remove ember-source from devDependencies. ([@rwjblue](https://github.com/rwjblue))
11+
12+
#### Committers: 1
13+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
14+
115
## v3.0.0-beta.1 (2019-10-30)
216

317
#### :boom: Breaking Change

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

0 commit comments

Comments
 (0)