Skip to content

Commit

Permalink
Merge branch 'release/1.1.0-alpha.26'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Sep 1, 2024
2 parents f69a2ff + c8c9e7c commit d8559b6
Show file tree
Hide file tree
Showing 6 changed files with 77 additions and 69 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@v3.3.0
uses: orhun/git-cliff-action@v4.0.0
id: git-cliff
with:
config: cliff.toml # The configuration file for git-cliff
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.26] - 2024-08-28

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.1.0-alpha.25] - 2024-08-10

### Bug Fixes
Expand Down
51 changes: 26 additions & 25 deletions Cargo.lock

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

6 changes: 3 additions & 3 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.25"
version = "1.1.0-alpha.26"
authors = ["Milad Nekofar <[email protected]>"]
edition = "2021"
description = "A Nounish URL shortener for LilNouns DAO."
Expand All @@ -23,11 +23,11 @@ log = { version = "0.4.22", features = [] }
percent-encoding = "2.3.1"
regex = "1.10.6"
reqwest = "0.11.26"
serde = { version = "1.0.205", features = ["derive"] }
serde = { version = "1.0.209", features = ["derive"] }
sqids = "0.4.1"
unidecode = "0.3.0"
url = "2.5.2"
worker = "0.3.3"
worker = "0.3.4"

[profile.release]
lto = true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dev": "wrangler dev"
},
"devDependencies": {
"wrangler": "3.70.0"
"wrangler": "3.72.3"
},
"resolutions": {
"undici": ">=5.28.4"
Expand Down
79 changes: 40 additions & 39 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 d8559b6

Please sign in to comment.