Skip to content

Commit

Permalink
Merge tag '0.10.1' into develop
Browse files Browse the repository at this point in the history
Release 0.10.1

Added the ability to define options in the package.json file for NPM packages
  • Loading branch information
mrkmg committed Jul 6, 2016
2 parents 082e2ee + 03a88ca commit 3cdedf3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Generate a release for a project following semver using nodejs and gitflow
[![Generate Release on NPM](https://img.shields.io/npm/v/generate-release.svg?style=flat-square)](https://www.npmjs.com/package/generate-release)
[![Generate Release uses the MIT](https://img.shields.io/npm/l/generate-release.svg?style=flat-square)](https://opensource.org/licenses/MIT)

Current Version: 0.10.0
Current Version: 0.10.1

Requires NodeJS v4.0.0 or greater

Expand Down
18 changes: 16 additions & 2 deletions main/lib/Options.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generate-release",
"version": "0.10.0",
"version": "0.10.1",
"description": "Generate a release using git-glow",
"engines": {
"node": ">=4.0.0"
Expand Down

0 comments on commit 3cdedf3

Please sign in to comment.