Skip to content

Commit 3456dcc

Browse files
committed
v1.1.0
This commit adds support for asynchronous transformations. ## Community Contributions * #2 by @zbigg. Adds asynchronous support. ## Feautres * Asyncronous support by returning a promise ## Maintenance * Adds es6-promise dependency for compatibility with Node 0.10 to 0.12 * Update outdated dependencies * Update README.md with async documentation
1 parent 2d592ba commit 3456dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-transform",
3-
"version": "1.0.8",
3+
"version": "1.1.0",
44
"description": "Perform arbitrary transformations on files",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)