Skip to content

Commit ec98310

Browse files
committed
Changelog and version bump to 1.0.0-rc.2
1 parent e691902 commit ec98310

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# FastBoot Changelog
22

3+
### 1.0.0-rc.2
4+
5+
* Set the entry point to the built cjs
6+
37
### 1.0.0-beta.5
48

59
* Only access instance.getURL if the instance has booted

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": "1.0.0-rc.1",
3+
"version": "1.0.0-rc.2",
44
"description": "Library for rendering Ember apps in node.js",
55
"main": "dist/cjs/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)