diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce8b020..a920ba2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,40 @@ +## v3.0.0 (2020-10-26) + +#### :boom: Breaking Change +* [#124](https://github.com/ember-fastboot/fastboot-app-server/pull/124) Update FastBoot v3 ([@bobisjan](https://github.com/bobisjan)) +* [#123](https://github.com/ember-fastboot/fastboot-app-server/pull/123) Drop Node 8 and 13 support ([@bobisjan](https://github.com/bobisjan)) + +#### :rocket: Enhancement +* [#120](https://github.com/ember-fastboot/fastboot-app-server/pull/120) Remove legacy Node.js support leftovers ([@bobisjan](https://github.com/bobisjan)) +* [#96](https://github.com/ember-fastboot/fastboot-app-server/pull/96) Expose `distPath` on `reload` event ([@nathanhammond](https://github.com/nathanhammond)) + +#### :memo: Documentation +* [#49](https://github.com/ember-fastboot/fastboot-app-server/pull/49) Avoid `server.js` naming conflict ([@oskarrough](https://github.com/oskarrough)) +* [#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)) +* [#106](https://github.com/ember-fastboot/fastboot-app-server/pull/106) Add link to s3-notifier ([@allthesignals](https://github.com/allthesignals)) +* [#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)) +* [#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)) +* [#122](https://github.com/ember-fastboot/fastboot-app-server/pull/122) Update README.md ([@wagenet](https://github.com/wagenet)) + +#### :house: Internal +* [#128](https://github.com/ember-fastboot/fastboot-app-server/pull/128) Update linting setup ([@rwjblue](https://github.com/rwjblue)) +* [#129](https://github.com/ember-fastboot/fastboot-app-server/pull/129) Update mocha to latest. ([@rwjblue](https://github.com/rwjblue)) +* [#127](https://github.com/ember-fastboot/fastboot-app-server/pull/127) Update dependencies to latest. ([@rwjblue](https://github.com/rwjblue)) +* [#126](https://github.com/ember-fastboot/fastboot-app-server/pull/126) Migrate to GitHub Actions. ([@rwjblue](https://github.com/rwjblue)) +* [#125](https://github.com/ember-fastboot/fastboot-app-server/pull/125) Add release automation. ([@rwjblue](https://github.com/rwjblue)) +* [#121](https://github.com/ember-fastboot/fastboot-app-server/pull/121) Migrate to ESLint ([@bobisjan](https://github.com/bobisjan)) + +#### Committers: 8 +- Greg Larrenaga ([@Duder-onomy](https://github.com/Duder-onomy)) +- Jan Bobisud ([@bobisjan](https://github.com/bobisjan)) +- Matt Gardner ([@allthesignals](https://github.com/allthesignals)) +- Nathan Hammond ([@nathanhammond](https://github.com/nathanhammond)) +- Oskar ([@oskarrough](https://github.com/oskarrough)) +- Peter Wagenet ([@wagenet](https://github.com/wagenet)) +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) +- Yoran Brondsema ([@YoranBrondsema](https://github.com/YoranBrondsema)) + + # fastboot-app-server Changelog ### 1.1.2-beta.1 diff --git a/package.json b/package.json index b02e2591..12662c6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastboot-app-server", - "version": "2.0.0", + "version": "3.0.0", "description": "A production-ready app server for running Ember FastBoot apps", "keywords": [ "ember",