Skip to content

Commit

Permalink
Merge pull request #26 from wj42ftns/develop
Browse files Browse the repository at this point in the history
v2.0.3 - skipped in pipeline node 6 and node 7, checked only in linux
  • Loading branch information
wj42ftns committed Sep 1, 2019
2 parents 2f026eb + e8a7c8e commit 1cfa52e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
language: node_js
os:
- linux
- osx
node_js:
- "12"
- "11"
- "10"
- "9"
- "8"
- "7"
- "6"
- "6.0.0"
- "lts/*"
- "node"
install:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## v2.0.1
* eslint fixes
## v2.0.2
* added some files in .npmignore and .gitignore
* added some files in .npmignore and .gitignore
## v2.0.3
* supported Node 8 or higher (potentially still supported node 6, but in pipeline eslint required node 8)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ const data = replaceInFiles({
```

## Version information
Replace in files requires Node 8 or higher. (v.2.0.0 +)
Replace in files requires Node 8 or higher. (v.2.0.0 +) - potentially still supported node 6, but in pipeline eslint required node 8
Replace in files requires Node 6 or higher. (v.1.1.4)

## License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "replace-in-files",
"version": "2.0.2",
"version": "2.0.3",
"engines": {
"node": ">=6.0.0"
},
Expand Down

0 comments on commit 1cfa52e

Please sign in to comment.