Skip to content

Commit 99531d1

Browse files
chore: bump version to 0.0.45 and update changelog
1 parent a48826b commit 99531d1

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Fixed
1515

16+
## [0.0.45] - 2025-12-21
17+
18+
### Added
19+
20+
### Changed
21+
22+
### Fixed
23+
1624
## [0.0.44] - 2025-10-29
1725

1826
### ⚠️ Breaking Changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package version
22

3-
var Version = "0.0.44"
3+
var Version = "0.0.45"

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web",
33
"private": true,
4-
"version": "0.0.44",
4+
"version": "0.0.45",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

apps/web/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is auto-generated by the release workflow
2-
export const VERSION = "0.0.44";
2+
export const VERSION = "0.0.45";

0 commit comments

Comments
 (0)