release v1.5.2

This commit is contained in:
Bohdan Triapitsyn
2026-01-17 22:44:09 +02:00
parent bb9c181b72
commit 8879573def
12 changed files with 54 additions and 33 deletions
@@ -104,6 +104,7 @@ const writeGitmojiCache = (gitmojis: GitmojiEntry[]) => {
};
localStorage.setItem(GITMOJI_CACHE_KEY, JSON.stringify(payload));
} catch {
return;
}
};