diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c21af7..002748f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @caff/code-climate-github-action +## 0.0.4 + +### Patch Changes + +- Rebuild package with updated dependencies + ## 0.0.3 ### Patch Changes diff --git a/package.json b/package.json index 65e1664..2af80d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@caff/code-climate-github-action", - "version": "0.0.3", + "version": "0.0.4", "description": "A Github action to upload code coverage infomation to Code Climate", "main": "lib/index.js", "repository": "https://github.com/caffco/code-climate-github-action",