1.1.0 • Published 1 year ago

conventional-recommended-version v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
1 year ago

conventional-recommended-version

Using a conventional-changelog commit history, determine the current version number of your project.

This is done by reading your local git commit history and searching for fixes, features, and breaking changes.

Installation

npm install conventional-recommended-version

Usage

import { getVersion } from 'conventional-recommended-version';

getVersion('/Users/you/projects/some-project').then(console.log);
// { major: 1, minor: 0, patch: 0 }

Supported Conventions

conventional-recommended-version currently only supports the angular conventional-changelog convention as that's the one I use.

Patches are welcome.

Badges

  • NPM version
  • NPM downloads
  • Follow JamieMason on GitHub
  • Follow fold_left on Twitter
1.1.0

1 year ago

1.0.0

1 year ago

0.5.2

6 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago