From b3a9ac80dfe8e59e0828bd41b254055b5a5c1a92 Mon Sep 17 00:00:00 2001 From: Semen Loktionov Date: Mon, 11 Dec 2023 13:20:59 +0200 Subject: [PATCH] 1.0.1 --- CHANGELOG.md | 8 ++++++-- package.json | 2 +- src/actions/verify.ts | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82e1a0a..de63f1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -## [Unreleased] + +## [1.0.1] - 2023-12-11 +### Changed +- Lock thumbnail image to 1.0.0 ## [1.0.0] - 2023-12-11 ### Added @@ -25,7 +28,8 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic - Initiated project -[Unreleased]: https://github.com/rarimo/collabland-rarimo-poh-action/compare/1.0.0...HEAD +[Unreleased]: https://github.com/rarimo/collabland-rarimo-poh-action/compare/1.0.1...HEAD +[1.0.1]: https://github.com/rarimo/collabland-rarimo-poh-action/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/rarimo/collabland-rarimo-poh-action/compare/0.1.0...1.0.0 [0.1.0]: https://github.com/rarimo/collabland-rarimo-poh-action/releases/tag/0.1.0 [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ diff --git a/package.json b/package.json index 8a1ab2d..208e494 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "collabland-rarimo-poh-action", "description": "Implementation of the Collab.Land action /verify command for the Discord server which allows members to verify their humanity using the Rarimo Proof of Humanity case.", - "version": "1.0.0", + "version": "1.0.1", "private": true, "license": "MIT", "author": "Zero Block Global Foundation", diff --git a/src/actions/verify.ts b/src/actions/verify.ts index 236500a..9938c1d 100644 --- a/src/actions/verify.ts +++ b/src/actions/verify.ts @@ -36,7 +36,7 @@ export const handleVerifyAction = async (interaction: DiscordActionRequest) => { // https://gist.github.com/thomasbnt/b6f455e2c7d743b796917fa3c205f812 color: 3447003, image: { - url: 'https://raw.githubusercontent.com/rarimo/collabland-rarimo-poh-action/main/public/thumbnail.png', + url: 'https://raw.githubusercontent.com/rarimo/collabland-rarimo-poh-action/1.0.0/public/thumbnail.png', height: 512, width: 896, },