From bf9327cdb170090a52e1025cca554d1b598c1148 Mon Sep 17 00:00:00 2001 From: Blair Garrett Date: Sun, 4 Mar 2018 00:28:10 +0000 Subject: [PATCH 1/2] Increasing version --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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", From 840d27d77927a0ff0ffa0e8deecc5e4fdf1ce642 Mon Sep 17 00:00:00 2001 From: Blair Garrett Date: Sun, 4 Mar 2018 00:37:55 +0000 Subject: [PATCH 2/2] Use 8.9.4 docker image --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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