From f03c96fdc76b5d51ae2cb55b70f6e35ee0ba1afa Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Fri, 23 Oct 2020 10:05:26 -0400 Subject: [PATCH] Release 3.0.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 147d21f..a6bbde2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +## v3.0.0 (2020-10-23) + +#### :boom: Breaking Change +* [#70](https://github.com/ember-fastboot/fastboot-express-middleware/pull/70) Update to fastboot@3.1.0 ([@rwjblue](https://github.com/rwjblue)) +* [#67](https://github.com/ember-fastboot/fastboot-express-middleware/pull/67) Drop Node 8 and 13 support. ([@rwjblue](https://github.com/rwjblue)) +* [#49](https://github.com/ember-fastboot/fastboot-express-middleware/pull/49) Drop support for Node 4, 6, 9, and 11. ([@sdhull](https://github.com/sdhull)) + +#### :rocket: Enhancement +* [#70](https://github.com/ember-fastboot/fastboot-express-middleware/pull/70) Update to fastboot@3.1.0 ([@rwjblue](https://github.com/rwjblue)) + +#### :bug: Bug Fix +* [#60](https://github.com/ember-fastboot/fastboot-express-middleware/pull/60) Use append to support multi-value headers ([@bobisjan](https://github.com/bobisjan)) +* [#54](https://github.com/ember-fastboot/fastboot-express-middleware/pull/54) Move `request` package into `devDependencies` ([@bobisjan](https://github.com/bobisjan)) + +#### :house: Internal +* [#69](https://github.com/ember-fastboot/fastboot-express-middleware/pull/69) Add release automation setup. ([@rwjblue](https://github.com/rwjblue)) +* [#68](https://github.com/ember-fastboot/fastboot-express-middleware/pull/68) Migrate to GitHub Actions for CI ([@rwjblue](https://github.com/rwjblue)) +* [#64](https://github.com/ember-fastboot/fastboot-express-middleware/pull/64) Use async/await in tests ([@bobisjan](https://github.com/bobisjan)) +* [#56](https://github.com/ember-fastboot/fastboot-express-middleware/pull/56) Add Prettier ([@bobisjan](https://github.com/bobisjan)) +* [#55](https://github.com/ember-fastboot/fastboot-express-middleware/pull/55) Migrate to ESLint ([@bobisjan](https://github.com/bobisjan)) +* [#53](https://github.com/ember-fastboot/fastboot-express-middleware/pull/53) Remove Babel ([@bobisjan](https://github.com/bobisjan)) + +#### Committers: 3 +- Jan Bobisud ([@bobisjan](https://github.com/bobisjan)) +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) +- Steve ([@sdhull](https://github.com/sdhull)) + + # fastboot-express-middleware Changelog ### 2.0.0 diff --git a/package.json b/package.json index 6d59533..5c17de7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastboot-express-middleware", - "version": "2.0.0", + "version": "3.0.0", "description": "An Express middleware for rendering Ember apps with FastBoot", "keywords": [ "fastboot",