From 81543a6ad174930e59df3dfdcaeb3091e1743097 Mon Sep 17 00:00:00 2001 From: Milad Nekofar Date: Thu, 26 Sep 2024 19:24:14 +0400 Subject: [PATCH] chore(release): prepare for version 1.1.0-alpha.32 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c54a9..e372f26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [1.1.0-alpha.32] - 2024-09-26 + +### Bug Fixes + +- Update metadata for proper button action + ## [1.1.0-alpha.31] - 2024-09-26 ### Features diff --git a/Cargo.lock b/Cargo.lock index 5a53c24..5f849d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -654,7 +654,7 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "lilnouns-click" -version = "1.1.0-alpha.31" +version = "1.1.0-alpha.32" dependencies = [ "graphql_client", "html-escape", diff --git a/Cargo.toml b/Cargo.toml index a6a76ec..ba9e5f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lilnouns-click" -version = "1.1.0-alpha.31" +version = "1.1.0-alpha.32" authors = ["Milad Nekofar "] edition = "2021" description = "A Nounish URL shortener for LilNouns DAO."