# [@alexaegis/standard-version](https://github.com/AlexAegis/js-tooling/tree/master/packages/standard-version)

[![npm](https://img.shields.io/npm/v/@alexaegis/standard-version/latest)](https://www.npmjs.com/package/@alexaegis/standard-version)
[![ci](https://github.com/AlexAegis/js-tooling/actions/workflows/cicd.yml/badge.svg)](https://github.com/AlexAegis/js-tooling/actions/workflows/cicd.yml)
[![codacy](https://app.codacy.com/project/badge/Grade/7939332dc9454dc1b0529e720ff902e6)](https://www.codacy.com/gh/AlexAegis/js-tooling/dashboard?utm_source=github.com&utm_medium=referral&utm_content=AlexAegis/js-tooling&utm_campaign=Badge_Grade)

This package has some code similar what's in
[@alexaegis/workspace-tools](https://github.com/AlexAegis/js-core/tree/master/packages/workspace-tools)
but the config file of `standard-version` has to be sync so the `async`
functions had to be reimplemented, albeit in a much simpler form.

## Installation

```sh
npm i @alexaegis/standard-version@0.15.6
```

```json
{
  "dependencies": {
    "@alexaegis/standard-version": "^0.15.6"
  }
}
```
