Skip to content

Commit 0edb611

Browse files
committed
chore(release): v4.1.0
1 parent f61bc7a commit 0edb611

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v4.1.0
4+
5+
- Add support for the new ejs ([v.2.5.8](https://github.com/mde/ejs/releases/tag/v2.5.8)) async rendering feature. (@Tietew)
6+
37
## v4.0.0
48

59
This version features a complete rewrite of the plugin to update it's code to modern es6 javascript, which involve some breaking changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-ejs",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "A plugin for Gulp that parses ejs template files",
55
"keywords": [
66
"gulpplugin",

0 commit comments

Comments
 (0)