Skip to content

Commit 8921b30

Browse files
authored
Merge pull request #485 from k1LoW/tagpr-from-v1.22.1
Release for v1.23.0
2 parents f1bd6f6 + 68788c8 commit 8921b30

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [v1.23.0](https://github.com/k1LoW/deck/compare/v1.22.1...v1.23.0) - 2026-02-02
4+
### New Features 🎉
5+
- fix: ignore trashed files by @fuzmish in https://github.com/k1LoW/deck/pull/490
6+
### Other Changes
7+
- chore(deps): bump Songmu/tagpr from 1.10.0 to 1.11.0 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/deck/pull/483
8+
- chore(deps): bump the dependencies group across 1 directory with 6 updates by @dependabot[bot] in https://github.com/k1LoW/deck/pull/487
9+
- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in https://github.com/k1LoW/deck/pull/486
10+
- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in https://github.com/k1LoW/deck/pull/489
11+
- chore(deps): bump google.golang.org/api from 0.260.0 to 0.262.0 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/deck/pull/488
12+
- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in https://github.com/k1LoW/deck/pull/492
13+
- chore(deps): bump Songmu/tagpr from 1.12.1 to 1.15.0 in the dependencies group by @dependabot[bot] in https://github.com/k1LoW/deck/pull/491
14+
315
## [v1.22.1](https://github.com/k1LoW/deck/compare/v1.22.0...v1.22.1) - 2025-12-20
416
### Other Changes
517
- feat: validate layouts before applying slides by @k1LoW in https://github.com/k1LoW/deck/pull/475

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.22.1"
5+
Version = "1.23.0"
66
)
77

88
var Revision = "HEAD"

0 commit comments

Comments
 (0)