Skip to content

Commit 31103da

Browse files
committedJan 3, 2018
2.2.1
1 parent 209e46c commit 31103da

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [2.2.1](https://github.com/OverZealous/run-sequence/releases/tag/v2.2.0) - 2018-01-03
8+
9+
### Changed
10+
11+
- Replaced deprecated `gulp-util` with individual packages, thanks to [@demurgos](https://github.com/demurgos)
12+
713
## [2.2.0](https://github.com/OverZealous/run-sequence/releases/tag/v2.2.0) - 2017-09-19
814

915
### Changed

‎package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "run-sequence",
33
"description": "Run a series of dependent gulp tasks in order",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"homepage": "https://github.com/OverZealous/run-sequence",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)
Please sign in to comment.