UNPKG

@jsbits/get-package-version

Version:

Get the version of the package.json file found in the given directory or in one of its parents.

32 lines (17 loc) 525 B
# Changelog of @jsbits/get-package-version For global changes, see the [changelog of jsbits](https://github.com/ProJSLib/jsbits/blob/master/CHANGELOG.md) ## \[1.0.3] - 2018-12-29 ### Changed - Replace BSD-2 with the MIT license. - Update badges. ## \[1.0.2] - 2018-12-06 ### Fixed - Issues with codebeat linters. ## \[1.0.1] - 2018-11-12 ### Added - Badges in the Readme. ### Fixed - Wrong `export default` in typings, the correct one is `export =`. - Coverage report. ## \[1.0.0] - 2018-11-09 Initial release.