Skip to content

Commit 14837ab

Browse files
committed
bump version to 0.1.26
1 parent bec198b commit 14837ab

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.1.26] - 2026-03-01
4+
5+
### Fixed
6+
- Fix project path resolution for directories with hyphens
7+
38
## [0.1.25] - 2026-02-08
49

510
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tauri-temp",
33
"private": true,
4-
"version": "0.1.25",
4+
"version": "0.1.26",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Agent Sessions",
4-
"version": "0.1.25",
4+
"version": "0.1.26",
55
"identifier": "com.claude-sessions-viewer",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)