Skip to content

Latest commit

 

History

History
107 lines (46 loc) · 4.01 KB

File metadata and controls

107 lines (46 loc) · 4.01 KB

Changelog

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

3.1.2 (2020-04-27)

3.1.1 (2019-11-26)

3.1.0 (2019-06-04)

Features

  • remove winston and start using pino for logging (#86) (5f95380)

3.0.0 (2019-05-31)

Features

  • Update to use Node.js 12.x (9939f14)

BREAKING CHANGES

  • start using node 12

2.1.1 (2019-04-15)

2.1.0 (2018-11-16)

Features

2.0.1 (2018-11-08)

Bug Fixes

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

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 (679ef24)

1.2.0 (2018-03-07)

Bug Fixes

  • application.yaml: docker tag should be 8.x (f4b6390)
  • package: update openshift-rest-client to version 1.0.0 (238080c)

Features

  • package: Move nsp check from prepare step to an optional script. (#32) (192de76), closes #31