-
Notifications
You must be signed in to change notification settings - Fork 56
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
9fd7783
commit 578d017
Showing
1 changed file
with
23 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,23 @@ | ||
# 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). | ||
|
||
## [2.0.0] - 2017-07-30 | ||
|
||
### Changed | ||
|
||
- Specified version numbers for all dependencies, due to Chalk dropping support for older Node versions | ||
|
||
This may be a **breaking change** if you depend on a newer release of any dependency, so you can continue using 1.2.2 in that case. | ||
|
||
## [1.2.2] - 2016-06-29 | ||
|
||
### Changed | ||
|
||
- Now passes the error back to GulpUtil.PluginError | ||
|
||
## [Older] | ||
|
||
I'm not going to go through the old history at this point. |
578d017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @OverZealous. Really appreciate all your work on this module.