1.2.0 • Published 5 years ago

next-package-version v1.2.0

Weekly downloads
137
License
MIT
Repository
github
Last release
5 years ago

Next Package Version

Get the next version of each yarn workspace based on the newest changelog entries. next-package-version assumes that you're running with a monorepo powered by yarn workspaces.

Usage

yarn add next-package-version

nextPackageVersion([options])

const nextPkgVersion = require('next-package-version');

(async () => {
	const versions = await nextPkgVersion();
})();

Options

NameTypeDescription
includePackagebooleanInclude the full contents of the package.json in the response object.