Skip to content

Commit 84af0d6

Browse files
committed
chore(updater): version bump 0.2.16
1 parent cc38366 commit 84af0d6

6 files changed

Lines changed: 21 additions & 6 deletions

File tree

SUMRY.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
[commit]: # 'bac779323cf59a04403da3ca31e6e346280bd6d5'
1+
[commit]: # 'cc383667a1cb61c4d27972379b1b8c4000cd6924'
22

33
Features:
44

5+
- (chat:emotes): tooltip on hover showing name and source
6+
- (ui): chat search works when collapsed
57

68
Fixes:
79

10+
- (chat:emote): adjust emote sizing
811

912
Misc:
1013

14+
- (updater): version bump 0.2.15
1115
- (updater): version bump 0.2.14
12-
- (updater): version bump 0.2.13

archive/202604111924.SUMRY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[commit]: # 'bac779323cf59a04403da3ca31e6e346280bd6d5'
2+
3+
Features:
4+
5+
6+
Fixes:
7+
8+
9+
Misc:
10+
11+
- (updater): version bump 0.2.14
12+
- (updater): version bump 0.2.13

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pepo",
3-
"version": "0.2.15",
3+
"version": "0.2.16",
44
"private": false,
55
"scripts": {
66
"build": "pnpm run check && vite build",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ default-run = "pepo"
7171
description = "A Tauri App"
7272
edition = "2021"
7373
name = "pepo"
74-
version = "0.2.15"
74+
version = "0.2.16"
7575

7676
[profile]
7777
[profile.dev]

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
}
4646
},
4747
"productName": "Pepo",
48-
"version": "0.2.15"
48+
"version": "0.2.16"
4949
}

0 commit comments

Comments
 (0)