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

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.2] - 2017-11-16
### Fixed
- The `.npmrc.token.*` files are now correctly written with chmod 0600

## [1.0.1] - 2017-11-16
### Changed
- Updated package.json to reflect correct License (MIT)

## 1.0.0 - 2017-11-16
### Added
- CLI executable `npm-token-switch`
- First version


[Unreleased]: https://github.com/meister/npm-token-switch/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/meister/npm-token-switch/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/meister/npm-token-switch/compare/v1.0.0...v1.0.1