Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 5.0.0 #222

Merged
merged 1 commit into from
Jun 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Next
# Changelog

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

# v4.0.1 (2018-04-08)

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

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

- **Breaking change**: Update required Node version from `0.10` to `4.0.0`. (#171)
- **Feature**: Add Typescript type definitions. (#173)
- **Patch**: Drop dependency on deprecated `gulp-util`. (#172)
- **Internal**: Move repo to `gulp-community/gulp-pug`. (#175)
- **Internal**: Update dependencies. (#175)
- **Internal**: Add `CHANGELOG.md`
### Features

* 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))
* 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))


### Miscellaneous Chores

* 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))
* Update dependencies ([#221](https://www.github.com/gulp-community/gulp-pug/issues/221)) ([8bb7f1c](https://www.github.com/gulp-community/gulp-pug/commit/8bb7f1c24bd05b33bda01efd8ed37a10d3417c97))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-pug",
"version": "4.0.1",
"version": "5.0.0",
"description": "Gulp plugin for compiling Pug templates",
"nyc": {
"reporter": [
Expand Down