Skip to content

Commit fa6f60c

Browse files
author
Xeek
authored
chore(main): release 1.4.0 (#38)
1 parent 9f2c525 commit fa6f60c

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.0"
2+
".": "1.4.0"
33
}

CHANGELOG.md

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

3+
## [1.4.0](https://github.com/xeekworx/WindowTool/compare/v1.3.0...v1.4.0) (2025-05-26)
4+
5+
6+
### Features
7+
8+
* new wait action with timeout ([#37](https://github.com/xeekworx/WindowTool/issues/37)) ([a94a0fc](https://github.com/xeekworx/WindowTool/commit/a94a0fcd63581116fbe146d982a335629c26e609))
9+
10+
11+
### Bug Fixes
12+
13+
* release please clean-up and failure on premature publishing ([#39](https://github.com/xeekworx/WindowTool/issues/39)) ([9f2c525](https://github.com/xeekworx/WindowTool/commit/9f2c5257e0d7223ca187cd7d24d579a552dd648b))
14+
315
## [1.3.0](https://github.com/xeekworx/WindowTool/compare/v1.2.0...v1.3.0) (2024-11-26)
416

517

source/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#pragma once
2-
constexpr const wchar_t APP_VERSION[] = L"1.3.0"; // x-release-please-version
2+
constexpr const wchar_t APP_VERSION[] = L"1.4.0"; // x-release-please-version

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.4.0

0 commit comments

Comments
 (0)