Skip to content

Commit e1da9ec

Browse files
chore(release): 1.21.2 [skip ci]
## [1.21.2](v1.21.1...v1.21.2) (2026-02-26) ### Bug Fixes * security hardening — timing attacks, PII logging, password policy, headers, and account lockout ([6789ef9](6789ef9))
1 parent 6789ef9 commit e1da9ec

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.2](https://github.com/tux86/presto/compare/v1.21.1...v1.21.2) (2026-02-26)
2+
3+
### Bug Fixes
4+
5+
* security hardening — timing attacks, PII logging, password policy, headers, and account lockout ([6789ef9](https://github.com/tux86/presto/commit/6789ef910d8ea7d366b93984d61648f4e648f27a))
6+
17
## [1.21.1](https://github.com/tux86/presto/compare/v1.21.0...v1.21.1) (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.1",
3+
"version": "1.21.2",
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.1",
3+
"version": "1.21.2",
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.1",
3+
"version": "1.21.2",
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.1",
3+
"version": "1.21.2",
44
"private": true,
55
"type": "module",
66
"main": "./src/index.ts",

0 commit comments

Comments
 (0)