Skip to content

Latest commit

 

History

History
108 lines (49 loc) · 5.18 KB

CHANGELOG.md

File metadata and controls

108 lines (49 loc) · 5.18 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 (#173) (d7ccc30)
  • package.json & package-lock.json to reduce vulnerabilities (#175) (0bd627b)
  • upgrade coveralls from 3.0.11 to 3.1.0 (#179) (d7a92e0)
  • upgrade coveralls from 3.0.9 to 3.0.11 (#169) (8b4c0b9)
  • upgrade debug from 4.1.1 to 4.2.0 (#171) (a77b41b)
  • upgrade nodeshift from 6.0.2 to 6.2.0 (#180) (6a65ab4)

3.0.2 (2020-04-27)

3.0.1 (2019-11-26)

3.0.0 (2019-05-29)

Features

  • Update to use Node.js 12.x (4bbd240)

BREAKING CHANGES

  • start using Node 12

2.1.0 (2018-12-20)

Features

  • Dynamic image tagging for deployments (#120) (d71a382)

2.0.1 (2018-11-08)

Bug Fixes

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

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 (f9ac4d3)
  • package: version should be 1.2.0 (59f215c)

1.2.0 (2018-03-07)

Bug Fixes

  • application.yaml: docker tag should be 8.x (061166c)
  • small typo fix. (80b2102), closes #80

Features

  • package: Move nsp check from prepare step to an optional script. (#79) (37ac1a7), closes #78