Skip to content

Commit

Permalink
Merge pull request #809 from svetlyak40wt/patch-1
Browse files Browse the repository at this point in the history
Fixed header levels in a Changelog.
  • Loading branch information
sindresorhus committed Dec 6, 2014
2 parents 02c64c6 + 330360e commit ae98edf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions CHANGELOG.md
@@ -1,28 +1,28 @@
# gulp changelog

# 3.8.5
## 3.8.5

- simplify --silent and --tasks-simple
- fix bug in autocomplete where errors would come out

# 3.8.4
## 3.8.4

- CLI will use exit code 1 on exit when any task fails during the lifetime of the process


# 3.8.3
## 3.8.3

- Tweak error formatting to work better with PluginErrors and strings

# 3.8.2
## 3.8.2

- add manpage generation

# 3.8.1
## 3.8.1

- the CLI now adds process.env.INIT_CWD which is the original cwd it was launched from

# 3.8.0
## 3.8.0

- update vinyl-fs
- gulp.src is now a writable passthrough, this means you can use it to add files to your pipeline at any point
Expand All @@ -40,38 +40,38 @@ gulp.src('lib/*.js')
}));
```

# 3.7.0
## 3.7.0

- update vinyl-fs to remove BOM from UTF8 files
- add --tasks-simple flag for plaintext task listings
- updated autocomplete scripts to be simpler and use new --tasks-simple flag
- added support for transpilers via liftoff 0.11 and interpret
- just npm install your compiler (coffee-script for example) and it will work out of the box

# 3.5.5
## 3.5.5

- update deps
- gulp.dest now support mode option, uses source file mode by default (file.stat.mode)
- use chalk for colors in bin
- update gulp.env deprecation msg to be more helpful


# 3.5.2
## 3.5.2

- add -V for version on CLI (unix standard)
- -v is deprecated, use -V
- add -T as an alias for --tasks
- documentation

# 3.5
## 3.5

- added `gulp.watch(globs, tasksArray)` sugar
- remove gulp.taskQueue
- deprecate gulp.run
- deprecate gulp.env
- add engineStrict to prevent people with node < 0.9 from installing

# 3.4
## 3.4

- added `--tasks` that prints out the tree of tasks + deps
- global cli + local install mismatch is no longer fatal
Expand Down

0 comments on commit ae98edf

Please sign in to comment.