Skip to content

Commit 44a093a

Browse files
chore(release): 1.21.3 [skip ci]
## [1.21.3](v1.21.2...v1.21.3) (2026-03-02) ### Bug Fixes * pdf generation and timezone-safe date handling across the app ([6770369](6770369))
1 parent b4cd5b2 commit 44a093a

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.21.3](https://github.com/tux86/presto/compare/v1.21.2...v1.21.3) (2026-03-02)
2+
3+
### Bug Fixes
4+
5+
* pdf generation and timezone-safe date handling across the app ([6770369](https://github.com/tux86/presto/commit/677036915182a577345eddcc75a338ad13d5fd69))
6+
17
## [1.21.2](https://github.com/tux86/presto/compare/v1.21.1...v1.21.2) (2026-02-26)
28

39
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "presto",
3-
"version": "1.21.2",
3+
"version": "1.21.3",
44
"description": "Self-hosted time-tracking app for freelancers and consultants. Generate monthly activity reports and export them as PDF.",
55
"keywords": [
66
"time-tracking",

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@presto/backend",
3-
"version": "1.21.2",
3+
"version": "1.21.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@presto/frontend",
3-
"version": "1.21.2",
3+
"version": "1.21.3",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@presto/shared",
3-
"version": "1.21.2",
3+
"version": "1.21.3",
44
"private": true,
55
"type": "module",
66
"main": "./src/index.ts",

0 commit comments

Comments
 (0)