Skip to content

Latest commit

 

History

History
73 lines (32 loc) · 3.23 KB

CHANGELOG.md

File metadata and controls

73 lines (32 loc) · 3.23 KB

Change Log

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

2.1.0 (2018-11-12)

Features

  • Dynamic image tagging using release version (#116) (2d16701)

2.0.1 (2018-11-08)

Bug Fixes

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

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 (8fe160f)

1.2.0 (2018-03-07)

Bug Fixes

  • creating a item should return the newly created value. (#81) (d5a8bc1), closes #79
  • application.yaml: docker tag should be 8.x (5ba5a77)

Features

  • package: Move nsp check from prepare step to an optional script. (#78) (914a763), closes #77