Skip to content

Commit

Permalink
Merge branch 'release/1.1.0-alpha.35'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Dec 4, 2024
2 parents ea125bb + 42079ab commit 2296abb
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 62 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 @@ -45,7 +45,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.1.0-alpha.35] - 2024-12-04

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.1.0-alpha.34] - 2024-11-24

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lilnouns-click"
version = "1.1.0-alpha.34"
version = "1.1.0-alpha.35"
authors = ["Milad Nekofar <milad@nekofar.com>"]
edition = "2021"
description = "A Nounish URL shortener for LilNouns DAO."
Expand All @@ -26,7 +26,7 @@ reqwest = "0.11.26"
serde = { version = "1.0.215", features = ["derive"] }
sqids = "0.4.1"
unidecode = "0.3.0"
url = "2.5.3"
url = "2.5.4"
worker = "0.4.2"
serde_json = "1.0.133"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "wrangler dev"
},
"devDependencies": {
"wrangler": "3.90.0"
"wrangler": "3.92.0"
},
"resolutions": {
"undici": ">=5.28.4"
Expand Down
99 changes: 46 additions & 53 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 2296abb

Please sign in to comment.