Skip to content

Commit

Permalink
Merge branch 'release/1.1.0-alpha.28'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Sep 26, 2024
2 parents 717243a + 408822a commit 6f190db
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 67 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.0.1
uses: orhun/git-cliff-action@v4.2.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.28] - 2024-09-26

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.1.0-alpha.27] - 2024-09-05

### Bug Fixes
Expand Down
20 changes: 10 additions & 10 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.27"
version = "1.1.0-alpha.28"
authors = ["Milad Nekofar <milad@nekofar.com>"]
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.209", features = ["derive"] }
serde = { version = "1.0.210", features = ["derive"] }
sqids = "0.4.1"
unidecode = "0.3.0"
url = "2.5.2"
worker = "0.3.4"
worker = "0.4.0"

[profile.release]
lto = true
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "lilnouns-click",
"version": "0.0.0",
"private": true,
"scripts": {
"deploy": "wrangler deploy --env dev",
"dev": "wrangler dev"
},
"devDependencies": {
"wrangler": "3.74.0"
"wrangler": "3.78.8"
},
"resolutions": {
"undici": ">=5.28.4"
Expand Down
105 changes: 54 additions & 51 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 6f190db

Please sign in to comment.