Skip to content

Latest commit

 

History

History
109 lines (50 loc) · 5.71 KB

CHANGELOG.md

File metadata and controls

109 lines (50 loc) · 5.71 KB

Changelog

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

4.0.0 (2020-11-26)

Features

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (#180) (6b7ce31)
  • package.json & package-lock.json to reduce vulnerabilities (#182) (fbdb2d6)
  • upgrade coveralls from 3.0.11 to 3.1.0 (#187) (c74d018)
  • upgrade coveralls from 3.0.9 to 3.0.11 (#176) (c9b8f3c)
  • upgrade debug from 4.1.1 to 4.2.0 (#178) (13b1d82)
  • upgrade kube-probe from 0.4.0 to 0.5.0 (#189) (da26fff)
  • upgrade nodeshift from 6.0.2 to 6.2.0 (#188) (9542ed3)

3.0.2 (2020-04-27)

3.0.1 (2019-11-27)

3.0.0 (2019-05-31)

Features

  • Update to use Node.js 12.x (26ea7f3)

BREAKING CHANGES

  • start using node 12

2.0.3 (2019-04-15)

2.0.2 (2019-01-11)

2.0.1 (2018-11-08)

Bug Fixes

  • travis-ci should use npm install instead of npm ci (a8e8822)

2.0.0 (2018-05-16)

Features

1.2.3 (2018-04-26)

Bug Fixes

1.2.2 (2018-04-16)

1.2.1 (2018-03-07)

Bug Fixes

  • package: need to run the licenser after the version bump (80dd106)

1.2.0 (2018-03-07)

Bug Fixes

  • response text for not online greeting needed to be updated. (e47508c), closes #87
  • small typo fix (5a0af0b), closes #76
  • application.yaml: docker tag should be 8.x (0d8210c)

Features

  • package: Move nsp check from prepare step to an optional script. (#86) (2b61e13), closes #85