From 85516454ea0ea6c1057f6f89343da25ba4c0ca35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llui=CC=81s=20Ulzurrun=20de=20Asanza=20i=20Sa=CC=80ez?= Date: Wed, 21 Feb 2024 18:04:59 +0100 Subject: [PATCH] v0.0.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",