Skip to content

Commit

Permalink
Merge pull request #8 from naftusdev/patch_pomelo
Browse files Browse the repository at this point in the history
Add Pomelo support (new username system) and bump version
  • Loading branch information
barbarbar338 authored Dec 11, 2023
2 parents 2d9cd3a + bc8344b commit 308b482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-use-lanyard",
"version": "0.3.0",
"version": "0.3.1",
"main": "dist",
"typings": "dist",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export interface Emoji {

export interface DiscordUser {
username: string;
global_name: string | null;
public_flags: number;
id: string;
discriminator: string;
Expand Down

0 comments on commit 308b482

Please sign in to comment.