Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcornelissen committed Mar 13, 2019
1 parent 9b034fb commit 576b2be
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .npmignore
@@ -1,8 +1,9 @@
# configuration files
.editorconfig
.gitattributes
.jshintrc
.prettierrc
.travis.yml
jest.config.js

# directories
test/*
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to Semantic Versioning.

## [1.1.0] - 2019-03-14

Cleaned up original version and fixed the first bug 👌

### Fixed

- Package description in `package.json`.
- Adding multiple files in quick succession caused the plugin to crash. (#14)
- Check only once if `git` is available on the PATH. (#17)
- Reduce install size as dependency. (#12)

### Security

- Audited package dependencies. (#11)

## [1.0.0] - 2019-03-10

Adapted [gulp-gitmodified](https://github.com/mikaelbr/gulp-gitmodified) to
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "gulp-gitstage",
"version": "1.0.1",
"description": "A plugin for Gulp to get an object stream of modified files on git.",
"version": "1.1.0",
"description": "A plugin for Gulp to stage files in the object stream for git.",
"main": "./src/index.js",
"author": "Eric Cornelissen <ericornelissen@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 576b2be

Please sign in to comment.