Skip to content

Commit

Permalink
Merge branch 'release/1.1.0-beta.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Jan 10, 2025
2 parents 3b218a5 + 4cd2c46 commit 7dd4d5c
Show file tree
Hide file tree
Showing 5 changed files with 81 additions and 50 deletions.
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-beta.3] - 2025-01-10

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.1.0-beta.2] - 2024-12-25

### Bug Fixes
Expand Down
14 changes: 7 additions & 7 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-beta.2"
version = "1.1.0-beta.3"
authors = ["Milad Nekofar <milad@nekofar.com>"]
edition = "2021"
description = "A Nounish URL shortener for LilNouns DAO."
Expand All @@ -24,12 +24,12 @@ log = { version = "0.4.22", features = [] }
percent-encoding = "2.3.1"
regex = "1.11.1"
reqwest = "0.11.26"
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
sqids = "0.4.2"
unidecode = "0.3.0"
url = "2.5.4"
worker = "0.5.0"
serde_json = "1.0.134"
serde_json = "1.0.135"

[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 @@ -6,7 +6,7 @@
"dev": "wrangler dev"
},
"devDependencies": {
"wrangler": "3.99.0"
"wrangler": "3.100.0"
},
"resolutions": {
"undici": ">=5.28.4",
Expand Down
103 changes: 64 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 7dd4d5c

Please sign in to comment.