diff --git a/CHANGELOG.md b/CHANGELOG.md index fe78c95..fa1e330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v3.1.2 (2020-10-29) + +#### :bug: Bug Fix +* [#281](https://github.com/ember-fastboot/fastboot/pull/281) Ensure extraneous files are not published. ([@rwjblue](https://github.com/rwjblue)) + +#### Committers: 1 +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) + + ## v3.1.1 (2020-10-23) #### :bug: Bug Fix diff --git a/package.json b/package.json index b1cecbe..cba74ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastboot", - "version": "3.1.1", + "version": "3.1.2", "description": "Library for rendering Ember apps in node.js", "keywords": [ "ember",