Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

58 lines (33 loc) · 1.28 KB

Release Notes

1.2.2 - 2022-08-30

Updates

  • Update installation command

Bug Fixes

  • Fixed installation error in npm 7+ with adding specific --install-links flag

1.2.1 - 2022-07-17

Bug Fixes

  • Show success messages when config store is updated
  • Removing extra characters from log messages

1.2.0 - 2022-07-08

Features

  • Error handling for latest version check

Refactor

  • Log methods moved to external Logger class
  • Store methods moved to external files for better readability

1.1.0 - 2022-07-06

Features

  • New version command to display package version
  • Localize log messages depending on current OS locale
  • Documentation in English

Bug Fixes

  • Removed unused dependencies
  • Code refactoring, minor bug fixes

Updates

  • Documentation: commands moved to separate section

1.0.0 - 2022-07-04

Initial release