Skip to content

Commit c5981be

Browse files
author
Robert Jackson
committed
Release 3.0.0
1 parent 5e77cf0 commit c5981be

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
## v3.0.0 (2020-10-26)
2+
3+
#### :boom: Breaking Change
4+
* [#124](https://github.com/ember-fastboot/fastboot-app-server/pull/124) Update FastBoot v3 ([@bobisjan](https://github.com/bobisjan))
5+
* [#123](https://github.com/ember-fastboot/fastboot-app-server/pull/123) Drop Node 8 and 13 support ([@bobisjan](https://github.com/bobisjan))
6+
7+
#### :rocket: Enhancement
8+
* [#120](https://github.com/ember-fastboot/fastboot-app-server/pull/120) Remove legacy Node.js support leftovers ([@bobisjan](https://github.com/bobisjan))
9+
* [#96](https://github.com/ember-fastboot/fastboot-app-server/pull/96) Expose `distPath` on `reload` event ([@nathanhammond](https://github.com/nathanhammond))
10+
11+
#### :memo: Documentation
12+
* [#49](https://github.com/ember-fastboot/fastboot-app-server/pull/49) Avoid `server.js` naming conflict ([@oskarrough](https://github.com/oskarrough))
13+
* [#79](https://github.com/ember-fastboot/fastboot-app-server/pull/79) Adds notes to readme about overriding the workerCount ([@Duder-onomy](https://github.com/Duder-onomy))
14+
* [#106](https://github.com/ember-fastboot/fastboot-app-server/pull/106) Add link to s3-notifier ([@allthesignals](https://github.com/allthesignals))
15+
* [#115](https://github.com/ember-fastboot/fastboot-app-server/pull/115) Add link to fastboot-gcloud-storage-notifier in README ([@YoranBrondsema](https://github.com/YoranBrondsema))
16+
* [#114](https://github.com/ember-fastboot/fastboot-app-server/pull/114) Add link to fastboot-gcloud-storage-downloader in README ([@YoranBrondsema](https://github.com/YoranBrondsema))
17+
* [#122](https://github.com/ember-fastboot/fastboot-app-server/pull/122) Update README.md ([@wagenet](https://github.com/wagenet))
18+
19+
#### :house: Internal
20+
* [#128](https://github.com/ember-fastboot/fastboot-app-server/pull/128) Update linting setup ([@rwjblue](https://github.com/rwjblue))
21+
* [#129](https://github.com/ember-fastboot/fastboot-app-server/pull/129) Update mocha to latest. ([@rwjblue](https://github.com/rwjblue))
22+
* [#127](https://github.com/ember-fastboot/fastboot-app-server/pull/127) Update dependencies to latest. ([@rwjblue](https://github.com/rwjblue))
23+
* [#126](https://github.com/ember-fastboot/fastboot-app-server/pull/126) Migrate to GitHub Actions. ([@rwjblue](https://github.com/rwjblue))
24+
* [#125](https://github.com/ember-fastboot/fastboot-app-server/pull/125) Add release automation. ([@rwjblue](https://github.com/rwjblue))
25+
* [#121](https://github.com/ember-fastboot/fastboot-app-server/pull/121) Migrate to ESLint ([@bobisjan](https://github.com/bobisjan))
26+
27+
#### Committers: 8
28+
- Greg Larrenaga ([@Duder-onomy](https://github.com/Duder-onomy))
29+
- Jan Bobisud ([@bobisjan](https://github.com/bobisjan))
30+
- Matt Gardner ([@allthesignals](https://github.com/allthesignals))
31+
- Nathan Hammond ([@nathanhammond](https://github.com/nathanhammond))
32+
- Oskar ([@oskarrough](https://github.com/oskarrough))
33+
- Peter Wagenet ([@wagenet](https://github.com/wagenet))
34+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
35+
- Yoran Brondsema ([@YoranBrondsema](https://github.com/YoranBrondsema))
36+
37+
138
# fastboot-app-server Changelog
239

340
### 1.1.2-beta.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastboot-app-server",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "A production-ready app server for running Ember FastBoot apps",
55
"keywords": [
66
"ember",

0 commit comments

Comments
 (0)