Skip to content

Commit

Permalink
Merge branch 'release/1.3.0-alpha.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Dec 4, 2024
2 parents 931ff97 + 063c4ed commit 5e61b83
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

# Generate a changelog for the new release using Git
- name: Generate a changelog
uses: orhun/git-cliff-action@v4.4.0
uses: orhun/git-cliff-action@v4.4.1
id: git-cliff
with:
config: cliff.toml # The configuration file for git-cliff
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
override: true

- name: Deploy to Workers
uses: cloudflare/wrangler-action@v3.12.1
uses: cloudflare/wrangler-action@v3.13.0
with:
accountId: ${{ secrets.CF_ACCOUNT_ID }}
apiToken: ${{ secrets.CF_API_TOKEN }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [1.3.0-alpha.2] - 2024-12-04

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.3.0-alpha.1] - 2024-11-24

### Refactor
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dev": "wrangler dev --env dev --test-scheduled"
},
"devDependencies": {
"wrangler": "3.89.0"
"wrangler": "3.91.0"
},
"engines": {
"node": ">=16.13.0",
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5e61b83

Please sign in to comment.