Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Release 1.3.3 #11

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.3](https://github.com/carlosdevpereira/test-publish-to-cloudflare/compare/v1.3.2...v1.3.3) (2022-10-13)


### 🚨 Bug Fixes

* changelog removed tags ([11ef687](https://github.com/carlosdevpereira/test-publish-to-cloudflare/commit/11ef6870b8a8b517daf9b44826465fcd10fb79fe))

## [1.3.2](https://github.com/carlosdevpereira/test-publish-to-cloudflare/compare/v1.3.1...v1.3.2) (2022-10-13)

### 🚨 Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.3.2",
"version": "1.3.3",
"main": "dist/index.js",
"author": "carlosdevpereira",
"license": "MIT",
Expand Down