# gulp-jsdoc
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [v3.0.0](https://github.com/deshaw/gulp-jsdoc3/compare/v2.0.0...v3.0.0) (2020-04-03)
### Removed
- Support for Node < 10.x ([See LTS](https://github.com/nodejs/Release))

## Fixed
- Upgraded all dependencies to the latest version

## [v2.0.0](https://github.com/deshaw/gulp-jsdoc3/compare/v1.0.1...v2.0.0) (2018-03-22)
### Removed
- Support for Node < 6.x ([See LTS](https://github.com/nodejs/Release))

### Fixed
- Upgrade all dependencies

## [v1.0.1](https://github.com/deshaw/gulp-jsdoc3/compare/v1.0.0...v1.0.1)  (2018-11-04)
### Fixed
- Support for Node v0.10 and v0.12
- Prevent config mutations from this task

## [v1.0.0](https://github.com/deshaw/gulp-jsdoc3/compare/v0.3.0...v0.1.0)  (2016-09-23)
### Added
- Support for long paths

### Fixed
- Logic for when a user wants to use their own template or layout
