Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 23, 2020
1 parent 7ac1109 commit f03c96f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 [email protected] ([@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 [email protected] ([@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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f03c96f

Please sign in to comment.