Skip to content

Commit f03c96f

Browse files
author
Robert Jackson
committed
Release 3.0.0
1 parent 7ac1109 commit f03c96f

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## v3.0.0 (2020-10-23)
2+
3+
#### :boom: Breaking Change
4+
* [#70](https://github.com/ember-fastboot/fastboot-express-middleware/pull/70) Update to [email protected] ([@rwjblue](https://github.com/rwjblue))
5+
* [#67](https://github.com/ember-fastboot/fastboot-express-middleware/pull/67) Drop Node 8 and 13 support. ([@rwjblue](https://github.com/rwjblue))
6+
* [#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))
7+
8+
#### :rocket: Enhancement
9+
* [#70](https://github.com/ember-fastboot/fastboot-express-middleware/pull/70) Update to [email protected] ([@rwjblue](https://github.com/rwjblue))
10+
11+
#### :bug: Bug Fix
12+
* [#60](https://github.com/ember-fastboot/fastboot-express-middleware/pull/60) Use append to support multi-value headers ([@bobisjan](https://github.com/bobisjan))
13+
* [#54](https://github.com/ember-fastboot/fastboot-express-middleware/pull/54) Move `request` package into `devDependencies` ([@bobisjan](https://github.com/bobisjan))
14+
15+
#### :house: Internal
16+
* [#69](https://github.com/ember-fastboot/fastboot-express-middleware/pull/69) Add release automation setup. ([@rwjblue](https://github.com/rwjblue))
17+
* [#68](https://github.com/ember-fastboot/fastboot-express-middleware/pull/68) Migrate to GitHub Actions for CI ([@rwjblue](https://github.com/rwjblue))
18+
* [#64](https://github.com/ember-fastboot/fastboot-express-middleware/pull/64) Use async/await in tests ([@bobisjan](https://github.com/bobisjan))
19+
* [#56](https://github.com/ember-fastboot/fastboot-express-middleware/pull/56) Add Prettier ([@bobisjan](https://github.com/bobisjan))
20+
* [#55](https://github.com/ember-fastboot/fastboot-express-middleware/pull/55) Migrate to ESLint ([@bobisjan](https://github.com/bobisjan))
21+
* [#53](https://github.com/ember-fastboot/fastboot-express-middleware/pull/53) Remove Babel ([@bobisjan](https://github.com/bobisjan))
22+
23+
#### Committers: 3
24+
- Jan Bobisud ([@bobisjan](https://github.com/bobisjan))
25+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
26+
- Steve ([@sdhull](https://github.com/sdhull))
27+
28+
129
# fastboot-express-middleware Changelog
230

331
### 2.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastboot-express-middleware",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "An Express middleware for rendering Ember apps with FastBoot",
55
"keywords": [
66
"fastboot",

0 commit comments

Comments
 (0)