Skip to content

Commit

Permalink
Version Packages (#340)
Browse files Browse the repository at this point in the history
* Version Packages

* docs: version bump

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andy Kenward <[email protected]>
  • Loading branch information
3 people authored Apr 20, 2024
1 parent 41d9f3c commit 9a6c5d4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/sixty-boxes-run.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

## 2.1.0

### Minor Changes

- [`41d9f3c`](https://github.com/andykenward/github-actions-cloudflare-pages/commit/41d9f3ce5375090c0a75cd0c4ec8cc2b91ca5943) Thanks [@andykenward](https://github.com/andykenward)! - rename unlike-ltd to andykenward. Transfer of repo owner.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- run: npm ci
run: npm run build
- name: Deploy to Cloudflare Pages
uses: andykenward/github-actions-cloudflare-pages@v2.0.0
uses: andykenward/github-actions-cloudflare-pages@v2.1.0
id: pages
with:
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion delete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Deploy deletion Cloudflare Pages
uses: andykenward/github-actions-cloudflare-pages/delete@v2.0.0
uses: andykenward/github-actions-cloudflare-pages/delete@v2.1.0
with:
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
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": "2.0.0",
"version": "2.1.0",
"private": true,
"description": "A Github Action to deploy to Cloudflare Pages",
"keywords": [
Expand Down

0 comments on commit 9a6c5d4

Please sign in to comment.