diff --git a/CHANGES.md b/CHANGES.md index e9192b9..709fe9d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,4 +7,9 @@ tool for commenting on pull requests from linter results. **Fixes** -- Fixes #4 - Can't read attribute "username" on `null` when comparing existing `deleted` comment. \ No newline at end of file +- Fixes #4 - Can't read attribute "username" on `null` when comparing existing `deleted` comment. + +### 0.0.3 + +**Enhancement** +- Resolves #1 - Introduces `--fail-on-severity` option to the `comments` action. \ No newline at end of file diff --git a/package.json b/package.json index 2f9d07d..fda7892 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitbucket-toolbox", - "version": "0.0.2", + "version": "0.0.3", "description": "Tools for automating tasks on bitbucket", "main": "bin/bitbucket-toolbox.js", "author": "Kurt Wagner",