Skip to content

Commit 10f03b9

Browse files
authored
chore: release 5.0.0 (#222)
1 parent 8bb7f1c commit 10f03b9

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

CHANGELOG.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
# Next
1+
# Changelog
22

3-
- **Breaking change**: Update required Node version from `4.0.0` to `6.0.0` ([#195](https://github.com/gulp-community/gulp-pug/pull/195))
4-
- **Patch**: Update dependencies([#197](https://github.com/gulp-community/gulp-pug/pull/197))
5-
- **Internal**: Update test framework (replace Tap with Mocha) ([#196](https://github.com/gulp-community/gulp-pug/issues/196))
3+
## [5.0.0](https://www.github.com/gulp-community/gulp-pug/compare/v4.0.1...v5.0.0) (2021-06-09)
64

7-
# v4.0.1 (2018-04-08)
85

9-
- **Patch**: Fix Typescript type definitions. (#179)
10-
- **Internal**: Drop dependency on `object-assign`. (#177)
11-
- **Internal**: Use `eslint` directly (without `gulp`). (#180)
6+
### ⚠ BREAKING CHANGES
127

13-
# v4.0.0 (2018-04-08)
8+
* Update dependencies (#221)
9+
* Convert to gulp scaffold, dropping node <10 support (#215)
1410

15-
- **Breaking change**: Update required Node version from `0.10` to `4.0.0`. (#171)
16-
- **Feature**: Add Typescript type definitions. (#173)
17-
- **Patch**: Drop dependency on deprecated `gulp-util`. (#172)
18-
- **Internal**: Move repo to `gulp-community/gulp-pug`. (#175)
19-
- **Internal**: Update dependencies. (#175)
20-
- **Internal**: Add `CHANGELOG.md`
11+
### Features
12+
13+
* Add streaming support using vinyl-contents ([#200](https://www.github.com/gulp-community/gulp-pug/issues/200)) ([642d1ea](https://www.github.com/gulp-community/gulp-pug/commit/642d1ea8088dd14162a6ccb767ebf8fbda690456))
14+
* Add template filename to PluginError ([#220](https://www.github.com/gulp-community/gulp-pug/issues/220)) ([cfaad8c](https://www.github.com/gulp-community/gulp-pug/commit/cfaad8c5d6923d6c15f824ae717c5f0d16fc7490))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* Convert to gulp scaffold, dropping node <10 support ([#215](https://www.github.com/gulp-community/gulp-pug/issues/215)) ([004417e](https://www.github.com/gulp-community/gulp-pug/commit/004417e79c5e3013ad1c3a913e8e4b3ad23b8813))
20+
* Update dependencies ([#221](https://www.github.com/gulp-community/gulp-pug/issues/221)) ([8bb7f1c](https://www.github.com/gulp-community/gulp-pug/commit/8bb7f1c24bd05b33bda01efd8ed37a10d3417c97))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-pug",
3-
"version": "4.0.1",
3+
"version": "5.0.0",
44
"description": "Gulp plugin for compiling Pug templates",
55
"nyc": {
66
"reporter": [

0 commit comments

Comments
 (0)