Skip to content

Commit

Permalink
Merge branch 'release/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
nekofar committed Dec 19, 2023
2 parents 7b9af99 + f23d7ac commit 93d7130
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 23 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.0.2] - 2023-12-19

### Bug Fixes

- Solve some minor issues and update dependencies

## [1.0.1] - 2023-11-26

### Bug Fixes
Expand Down
22 changes: 11 additions & 11 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.0.1"
version = "1.0.2"
authors = ["Milad Nekofar <milad@nekofar.com>"]
edition = "2021"
description = "A Nounish URL shortener for LilNouns DAO."
Expand All @@ -18,11 +18,11 @@ crate-type = ["cdylib"]
[dependencies]
graphql_client = { version = "0.13.0", features = ["reqwest"] }
html-escape = { version = "0.2.13", default-features = false }
html-minifier = { version = "4.0.0", default-features = false }
html-minifier = { version = "5.0.0", default-features = false }
log = { version = "0.4.20", features = [] }
percent-encoding = "2.3.1"
regex = "1.10.2"
reqwest = "0.11.22"
reqwest = "0.11.23"
serde = { version = "1.0.193", features = ["derive"] }
sqids = "0.3.0"
unidecode = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"dev": "wrangler dev"
},
"devDependencies": {
"wrangler": "3.17.1"
"wrangler": "3.21.0"
}
}
39 changes: 31 additions & 8 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 93d7130

Please sign in to comment.