-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b171b9d
commit bd5d748
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file (the format is based on [Keep a Changelog](http://keepachangelog.com/)). | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## 1.0.3 – 2019-02-24 | ||
### Changed | ||
- Updated `mocha` dev dependency | ||
|
||
### Fixed | ||
- Ensure there are no links from unknown timezones (PR #6 — thanks to @sgomes) | ||
|
||
## 1.0.2 – 2019-02-13 | ||
### Changed | ||
- Updated `make-dir` dependency to `2.0.0` | ||
|
||
### Fixed | ||
- Fixed path matching regex for Windows directory structure (PR #4 — thanks to @vuoriliikaluoma) | ||
|
||
## 1.0.1 – 2019-01-21 | ||
### Fixed | ||
- Fixed `moment-timezone` peer dependency version range | ||
|
||
## 1.0.0 – 2019-01-20 | ||
### Added | ||
- First release |