Skip to content
This repository was archived by the owner on Oct 1, 2023. It is now read-only.

Commit c52a037

Browse files
committedMar 28, 2018
chore: release 1.0.0
1 parent ae8496c commit c52a037

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed
 

‎CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.0.0 - 2018-03-28
4+
- Make node 8 LTS compatible ([#15](https://github.com/urish/gulp-add-src/pull/15))
5+
36
## 0.2.0 - 2014-11-08
47

58
- Add `append()` and `prepend()` methods for controlling added files position ([#4](https://github.com/urish/gulp-add-src/pull/4), contributed by [CWSpear](https://github.com/CWSpear))

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* gulp-add-src / v0.1.1 / (c) 2014 Uri Shaked / MIT Licence */
1+
/* gulp-add-src / v1.0.0 / (c) 2014 Uri Shaked / MIT Licence */
22

33
'use strict';
44
var through = require('through2');

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-add-src",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"description": "Add more 'src' files at any point in the pipeline (gulp plugin)",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)
This repository has been archived.