Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dutchenkoOleg committed May 25, 2017
1 parent eaf9452 commit d6d34fc
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
1 change: 0 additions & 1 deletion .npmignore

This file was deleted.

31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Change log

:back: [README.md](./README.md)

> _All notable changes to this project will be documented in this file._
> _This project adheres to [Semantic Versioning](http://semver.org/)._

### [1.0.5] - 2017-05-25

#### Changed

- `.npmignore` removed
- `README.md` updated


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

#### Added

- `.npmignore` created

#### Changed

- `README.md` updated

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

First stable release.

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

0 comments on commit d6d34fc

Please sign in to comment.