Skip to content

Commit 138d61c

Browse files
authored
Merge pull request #373 from k1LoW/tagpr-from-v1.15.0
Release for v1.15.1
2 parents 665d5f4 + f665ad5 commit 138d61c

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.15.1](https://github.com/k1LoW/deck/compare/v1.15.0...v1.15.1) - 2025-08-18
4+
### Other Changes
5+
- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in https://github.com/k1LoW/deck/pull/370
6+
- chore(deps): bump the dependencies group with 4 updates by @dependabot[bot] in https://github.com/k1LoW/deck/pull/369
7+
- fix: resolving inconsistencies in the information structure of list bullets by @Songmu in https://github.com/k1LoW/deck/pull/374
8+
39
## [v1.15.0](https://github.com/k1LoW/deck/compare/v1.14.0...v1.15.0) - 2025-08-16
410
### New Features 🎉
511
- feat: Add basePresentationID configuration for default theme reuse by @Songmu in https://github.com/k1LoW/deck/pull/367

version/version.go

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

33
const (
44
Name = "deck"
5-
Version = "1.15.0"
5+
Version = "1.15.1"
66
)
77

88
var Revision = "HEAD"

0 commit comments

Comments
 (0)