Skip to content

Commit 578d017

Browse files
committedJul 10, 2017
Added a changelog, Closes #82
1 parent 9fd7783 commit 578d017

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
 

‎CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6+
7+
## [2.0.0] - 2017-07-30
8+
9+
### Changed
10+
11+
- Specified version numbers for all dependencies, due to Chalk dropping support for older Node versions
12+
13+
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.
14+
15+
## [1.2.2] - 2016-06-29
16+
17+
### Changed
18+
19+
- Now passes the error back to GulpUtil.PluginError
20+
21+
## [Older]
22+
23+
I'm not going to go through the old history at this point.

1 commit comments

Comments
 (1)

jwhitmarsh commented on Jul 11, 2017

@jwhitmarsh

Thanks @OverZealous. Really appreciate all your work on this module.

Please sign in to comment.