Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

60 lines (36 loc) · 1.93 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • Added Renovate to ensure dependencies stay up to date (#15)

Changes

  • Pin dependencies via Renovate (#16)
  • Updated yargs to 13.1.0 (#20)

Fixed

  • Fixed Test errors after Jest update (#14)
  • Fixed new lint error after lint config updates (#14)

Security

  • Updated all packages to resolve npm audit and Github Security issues (#14)

0.1.3 - 2018-04-08

Fixed

  • Corrected typo in README.md (#8)
  • Remove spread operator as it causes an error to be thrown for Node 8.2.x and lower (#10)

0.1.2 - 2018-03-26

Added

  • Added badges to communicate project version and dependency status
  • Added keywords to package.json

Fixed

  • Use non-relative path for SVG to allow graphic to show on NPM

0.1.1 - 2018-03-26

Fixed

  • Updated docs to use package name with namespace for the install command
  • Bumped version to publish publicly

0.1.0 - 2018-03-25

  • Initial release