diff --git a/.travis.yml b/.travis.yml index ac1c81d..eabd735 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ services: env: global: - - BASE_DOCKER_IMAGE=node:8.9.1-alpine + - BASE_DOCKER_IMAGE=node:8.9.4-alpine - DOCKER_REPOSITORY=registry.heroku.com - DOCKER_DEPLOY_PATH=${DOCKER_REPOSITORY}/hapi-boilerplate-docker/web diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fd735b..8ab4682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.10.0 + +- Rolling back to previous commit as Heroku is broken. + ## 1.6.0 - Changed - Support for JSX fragments. diff --git a/package.json b/package.json index 0c89ebd..e466406 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hapi-socket-react-boilerplate", - "version": "1.6.0", + "version": "1.10.0", "description": "Boilerplate app to get you up and running with Hapi, HTTPS, HTTP/2, Web Socket and React/Redux.", "main": "src/server/index.js", "homepage": "https://hapi-boilerplate-docker.herokuapp.com/index",