Skip to content

Commit

Permalink
Merge pull request #5 from rarimo/release/1.0.1
Browse files Browse the repository at this point in the history
1.0.1
  • Loading branch information
napalmpapalam authored Dec 11, 2023
2 parents 6d3e88b + b3a9ac8 commit dba8ced
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/actions/verify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit dba8ced

Please sign in to comment.