Skip to content

Commit 5a155a3

Browse files
authored
Merge pull request #357 from k1LoW/tagpr-from-v1.13.0
Release for v1.13.1
2 parents c8592bb + 06d6d92 commit 5a155a3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [v1.13.1](https://github.com/k1LoW/deck/compare/v1.13.0...v1.13.1) - 2025-08-14
4+
### Fix bug 🐛
5+
- fix: to work properly with Shared Drive by @Songmu in https://github.com/k1LoW/deck/pull/356
6+
### Other Changes
7+
- chore: Define BuildTestOptions for debugging on testing by @Songmu in https://github.com/k1LoW/deck/pull/358
8+
39
## [v1.13.0](https://github.com/k1LoW/deck/compare/v1.12.1...v1.13.0) - 2025-08-13
410
### Other Changes
511
- chore: improv the efficiency of screenshot capture during testing by @Songmu in https://github.com/k1LoW/deck/pull/351

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package version
22

33
const Name string = "deck"
44

5-
var Version = "1.13.0" //nostyle:repetition
5+
var Version = "1.13.1" //nostyle:repetition

0 commit comments

Comments
 (0)