Skip to content

Commit

Permalink
#5 - better describing changes in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Polyneue committed Apr 15, 2017
1 parent cbba0af commit 483f4cc
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions CHANGELOG.md
@@ -1,32 +1,33 @@
# Change Log
All notable changes to this project will be documented in this file.
# 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/) and this project adheres to [Semantic Versioning](http://semver.org/).

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.1.3] - 2016-10-26
### Changed
* Minor updates to code style
* Fixed typos

## [1.1.3] - 2016-10-26
### Changed
* Minor updates to code style
* Fixed typos
## [1.1.2] - 2016-10-18
### Changed
* Fix for `cacheName` being undefined

## [1.1.2] - 2016-10-18
### Changed
* Fix for issue #2 - `cacheName` being undefined
## [1.1.1] - 2016-08-10
### Changed
* Bugfix for `assetCache` not pushing files through the pipeline

## [1.1.1] - 2016-08-10
### Changed
* Bugfix for `assetCache` not pushing files through the pipeline
## [1.1.0] - 2016-06-21
### Changed
* Separating the `assetCache` function into two separate functions, `assetCache.filter` and `assetCache.cache`.

## [1.1.0] - 2016-06-21
### Added
* New methods for better control over caching
## [1.0.1] - 2016-06-19
### Added
* Coveralls support

## [1.0.1] - 2016-06-19
### Changed
* Updates to README
* Updates to README

## 1.0.0 - 2016-06-19
### Added
* Initial setup of README, Package, License and tests
## 1.0.0 - 2016-06-19
### Added
* Initial setup of README, Package, License and tests

[1.1.3]: https://github.com/Polyneue/gulp-asset-cache/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/Polyneue/gulp-asset-cache/compare/v1.1.1...v1.1.2
Expand Down

0 comments on commit 483f4cc

Please sign in to comment.