Skip to content
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
5 changes: 0 additions & 5 deletions .changeset/cold-cats-carry.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# github-actions-cloudflare-pages

## 3.2.0

### Minor Changes

- [`5cc518b`](https://github.com/andykenward/github-actions-cloudflare-pages/commit/5cc518bcac1841380c90931298c080fe1bc5b46e) Thanks [@andykenward](https://github.com/andykenward)! - Use an exact version of wrangler as the default version. This avoids using a version published that may have a potential security issue.

## 3.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-actions-cloudflare-pages",
"version": "3.1.0",
"version": "3.2.0",
"private": true,
"description": "A Github Action to deploy to Cloudflare Pages",
"keywords": [
Expand Down