From 31b8a5b83387cd7220b57adf6fb19ebd121ad851 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Fri, 31 Jan 2020 14:11:33 -0500 Subject: [PATCH] Release 3.0.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73c3b80..b770c0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v3.0.0 (2020-01-31) + +#### :boom: Breaking Change +* [#258](https://github.com/ember-fastboot/fastboot/pull/258) Drop Node 8 support ([@rwjblue](https://github.com/rwjblue)) + +#### :rocket: Enhancement +* [#252](https://github.com/ember-fastboot/fastboot/pull/252) Expose option to allow a new sandbox per visit ([@rwjblue](https://github.com/rwjblue)) + +#### :house: Internal +* [#259](https://github.com/ember-fastboot/fastboot/pull/259) Update various dependencies to latest versions. ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 1 +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) + ## v3.0.0-beta.3 (2019-11-01) #### :bug: Bug Fix diff --git a/package.json b/package.json index 3977382..8ae130a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastboot", - "version": "3.0.0-beta.3", + "version": "3.0.0", "description": "Library for rendering Ember apps in node.js", "keywords": [ "ember",