Skip to content

Commit

Permalink
Added a changelog, Closes #82
Browse files Browse the repository at this point in the history
  • Loading branch information
OverZealous committed Jul 10, 2017
1 parent 9fd7783 commit 578d017
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
@@ -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.

1 comment on commit 578d017

@jwhitmarsh
Copy link

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.

Please sign in to comment.