Skip to content

Commit abcd1ed

Browse files
committed
Version bump to 1.0.0-beta.5 and changelog updates
1 parent bf19168 commit abcd1ed

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# FastBoot Changelog
22

3-
### 1.0.0-beta.3
3+
### 1.0.0-beta.5
4+
5+
* Only access instance.getURL if the instance has booted
6+
* Exclude test files from npm package
7+
8+
### 1.0.0-beta.4
9+
410
* najax dependency updated to 0.7.0, which now handle nested query
511
params
612
* Don't obscure errors during instance creation

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-beta.4",
3+
"version": "1.0.0-beta.5",
44
"description": "Library for rendering Ember apps in node.js",
55
"scripts": {
66
"test": "mocha",

0 commit comments

Comments
 (0)