Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dutchenkoOleg committed May 25, 2017
1 parent 4e5c339 commit f2486a9
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHANGELOG.md
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
> _This project adheres to [Semantic Versioning](http://semver.org/)._

### [1.0.2] - 2017-05-25

#### Added

- `.npmignore` created

#### Changed

- `README.md` updated

### [1.0.0] - 2017-05-25

First stable release.
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,17 @@ _No console logs if set `true`_

---

## Installing

```shell
npm install --save gulp-not-supported-file
# or using yarn cli
yarn add gulp-not-supported-file
```

## Changelog

read [CHANGELOG.md](./CHANGELOG.md)
read [CHANGELOG.md](https://github.com/dutchenkoOleg/gulp-not-supported-file/blob/master/CHANGELOG.md)

## Tests

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": "gulp-not-supported-file",
"version": "1.0.1",
"version": "1.0.2",
"description": "Check the file before process it in your Gulp plugin",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f2486a9

Please sign in to comment.