Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 2.02 KB

changelog.md

File metadata and controls

60 lines (46 loc) · 2.02 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.1.3 - 2018-05-16

Added

  • Fixing travis configuration skip_cleanup: true

1.1.2 - 2018-05-16

Added

  • Fixing $NPM_EMAIL by introducing the travis encrypted nmp user email

Changed

  • Update travis npm deployer by reactivating email: $NPM_EMAIL

1.1.1 - 2018-05-16

Removed

  • Remove email: $NPM_EMAIL section from .travis.yml due to travis npm deploy invalid option "--email="

1.1.0 - 2018-05-16

Added

  • Adding version bump as npm part of npm command.
  • Adding .travis.yml which come with slack, gitter notifiers and npm deployer
  • Adding "publishConfig" section to declare this repository acecess as "public"

Changed

  • Update package.json file which now include version bumping task

Removed

  • Remove the "CHANGELOG" generator from npm archetype.

1.0.1 - 2018-03-1

Changed

  • README.md badge reorganization.

1.0.0 - 2018-02-26

Changed

  • General code reformating & indentation.
  • Update version label at package.json.

Removed

  • Remove .codeclimate.yml configuration file.
  • Remove run.sh deployment script file

0.0.2 - 2018-02-26

Added

  • Initial public version publication.