From f466fa7e3cdbc4457fb3c05aa7cb9b5cef88378d Mon Sep 17 00:00:00 2001 From: Carlos Pereira Date: Fri, 28 Oct 2022 14:06:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Release=20=201.5.0=20(#23)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [1.5.0](https://github.com/carlosdevpereira/test-publish-to-cloudflare/compare/v1.4.0...v1.5.0) (2022-10-28) ### ✨ Features * add publish tag workflow ([362359a](https://github.com/carlosdevpereira/test-publish-to-cloudflare/commit/362359ab8160856f97c69c1ba2df0ec9b61bfabd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f069924..79be56c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.5.0](https://github.com/carlosdevpereira/test-publish-to-cloudflare/compare/v1.4.0...v1.5.0) (2022-10-28) + + +### ✨ Features + +* add publish tag workflow ([362359a](https://github.com/carlosdevpereira/test-publish-to-cloudflare/commit/362359ab8160856f97c69c1ba2df0ec9b61bfabd)) +* add publish tag workflow ([5009350](https://github.com/carlosdevpereira/test-publish-to-cloudflare/commit/50093502939ddc8ce7eea114644c9a96a764d47a)) + ## [1.4.0](https://github.com/carlosdevpereira/test-publish-to-cloudflare/compare/v1.3.4...v1.4.0) (2022-10-24) diff --git a/package.json b/package.json index a94d4fc..a578bdc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "test-publish-to-cloudflare", "description": "Github action that runs the test command of a repository, generates the test coverage report, uploads the report to cloudflare pages and comments the results on available pull requests.", - "version": "1.4.0", + "version": "1.5.0", "main": "dist/index.js", "author": "carlosdevpereira", "license": "MIT",