Detalhes do pacote

minor

coderaiser6.5kMIT1.2.3

Semantic versioning tool. Apply major, minor and patch to version.

readme (leia-me)

Minor License NPM version Build Status

Semantic versioning tool. Apply major, minor and patch to version.

Install

npm i minor --save

How to use?

var minor = require('minor'),

console.log(minor('patch', '1.0.0'));
/* 1.0.1*/
console.log(minor('minor', '1.0.0'));
/* 1.1.0 */
console.log(minor('major', '1.0.0'));
/* 2.0.0 */

License

MIT

changelog (log de mudanças)

2014.12.09, v1.2.3

feature:

  • (minor) add assert
  • (package) v1.2.2
  • (minor) add arguments check

2014.11.18, v1.2.2

feature:

  • (minor) add arguments check

2014.10.31, v1.2.1

feature:

  • (npmignore) add
  • (travis) add
  • (test) add

2014.10.31, v1.2.0

feature:

  • (minor) rm update package.json

2014.10.30, v1.1.1

feature:

  • (minor) mv fs, Util to update

2014.10.30, v1.1.0

feature:

  • (minor) add bin