Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.26 KB

CHANGELOG.md

File metadata and controls

38 lines (23 loc) · 1.26 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.

1.0.3 - 2021-10-05

Changed

  • Updated dependencies versions to latest

1.0.2 - 2021-10-04

Changed

  • Updated package.json file to use updated destination files for npm publish
  • Updated ReadMe file

1.0.1 - 2021-10-04

Changed

  • Removed unnecessary console.log statement from the constructor of TheMovieDbService
  • Replaced require statement for MovieDB to import statement (in TheMovieDbService File)
  • Removed unnecessary apps folder from the package. Now all the source code lives in src folder at root level

1.0.0 - 2021-10-04

Added