Skip to content

Latest commit

 

History

History
85 lines (41 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

85 lines (41 loc) · 2.67 KB

3.1.7 (2023-04-18)

Bug Fixes

  • correct the error code from EACCESS to EACCES (84565f5)

3.1.6 (2023-02-17)

Bug Fixes

  • Pin @types/node to a version compatible with TS v3 (e45df88)

3.1.5 (2023-02-17)

Bug Fixes

  • Downgrade @types/bluebird to v3.5.34 (899f03b), closes #52

3.1.4 (2023-02-17)

Bug Fixes

  • Use semantic-release plugin defaults so that fix from #51 works (8bd5b77)

3.1.3 (2023-02-17)

Bug Fixes

  • Pin @types/bluebird to the last version that worked with TS v3 (c4e6f89)
  • Use tilde range for typescript (d7aa290)

3.1.2 (2023-02-17)

Bug Fixes

  • Run semantic-release/npm before semantic-release/git (65f23c1)

3.1.1 (2022-09-22)

Bug Fixes

  • dependapot created several PRs which have been merged. (f18460c)

3.2.0

  • fix critical vulnerabilties

3.1.0 (2021-05-28)

Features

  • add untrusted cert error message (d516b57)

    3.0.1

  • Fix admin server startup issue

  • Fix end-to-end tests URL

    3.0.0

  • Update embedded hapi version (to v20)

  • BREAKING CHANGE: Drop support for node < 12

    2.8.6

  • Update app name displayed when prompting for password

    2.8.5

  • Make @types/jest a dev dependency

    2.8.4

  • Update dependencies

    2.8.3

  • First open source release