Skip to content

Commit 406eebd

Browse files
chore(release): 3.43.1 [skip ci]
## [3.43.1](v3.43.0...v3.43.1) (2025-12-23) ### Bug Fixes * **tests:** исправлено 43 падающих теста во всем проекте ([1485946](1485946))
1 parent 1485946 commit 406eebd

File tree

8 files changed

+21
-7
lines changed

8 files changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.43.1](https://github.com/chatman-media/timeline-studio/compare/v3.43.0...v3.43.1) (2025-12-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **tests:** исправлено 43 падающих теста во всем проекте ([1485946](https://github.com/chatman-media/timeline-studio/commit/1485946add6758a73db473cd8db47961fbd6112c))
7+
18
# [3.43.0](https://github.com/chatman-media/timeline-studio/compare/v3.42.0...v3.43.0) (2025-12-23)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timeline-studio",
3-
"version": "3.43.0",
3+
"version": "3.43.1",
44
"license": "SEE LICENSE IN LICENSE",
55
"author": "Alexander Kireyev <ak.chatman.media@gmail.com>",
66
"type": "module",

promo/content/changelog/latest.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.43.1](https://github.com/chatman-media/timeline-studio/compare/v3.43.0...v3.43.1) (2025-12-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **tests:** исправлено 43 падающих теста во всем проекте ([1485946](https://github.com/chatman-media/timeline-studio/commit/1485946add6758a73db473cd8db47961fbd6112c))
7+
18
# [3.43.0](https://github.com/chatman-media/timeline-studio/compare/v3.42.0...v3.43.0) (2025-12-23)
29

310

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "timeline-studio"
3-
version = "3.43.0"
3+
version = "3.43.1"
44
description = "A Timeline Studio"
55
authors = ["Alexander Kireyev <ak.chatman.media@gmail.com>"]
66
license = "MIT WITH Commons-Clause"

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": "Timeline Studio",
4-
"version": "3.43.0",
4+
"version": "3.43.1",
55
"identifier": "com.chatman-media.timeline-studio",
66
"build": {
77
"beforeDevCommand": "bun run dev",

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "3.43.0"
2+
"version": "3.43.1"
33
}

0 commit comments

Comments
 (0)