Skip to content

Latest commit

 

History

History
121 lines (50 loc) · 3.18 KB

CHANGELOG.md

File metadata and controls

121 lines (50 loc) · 3.18 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.0 (2018-03-05)

Bug Fixes

  • travis: don't test releases that are unsupported by fastify (e1432c2)

BREAKING CHANGES

  • travis: users running node v4 or v5 will no longer be able to use this module (or fastify)

3.1.11 (2018-03-05)

Bug Fixes

  • test command not running anything (e1b680e)

3.1.10 (2018-03-03)

Bug Fixes

  • readme: Update links to apollo-server documentation (7061f6d)

3.1.9 (2018-02-16)

3.1.8 (2018-02-16)

3.1.7 (2018-01-31)

Bug Fixes

  • fixed Travis not deploying compiled Typescript files (3be965e)

3.1.6 (2018-01-31)

3.1.5 (2018-01-31)

Bug Fixes

  • Prepare runs before NPM deploy, no need for Travis to run it (f20ec9b)

3.1.4 (2018-01-31)

Bug Fixes

  • Travis no longer references the old build script (1db22ec)

3.1.3 (2018-01-31)

Bug Fixes

  • prepare really is the proper name for a build script (fefc9a9)

3.1.2 (2018-01-31)

Bug Fixes

  • attempt to fix Travis not compiling our Typescript (6295e68)

3.1.1 (2018-01-31)

Bug Fixes

  • have Travis cache Yarn downloads (5f2af8e)

3.1.0 (2018-01-31)

Features

  • improve CI, add automated deployments (e751ca9)