chore: Update version

This commit is contained in:
Daniel Hiller
2026-08-10 18:28:48 +02:00
parent bd487e3f9f
commit 266246e242
4 changed files with 10 additions and 4 deletions
+7 -1
View File
@@ -1,4 +1,10 @@
# [2.2.0] - 2026-08-09
# [2.2.1] - 2026-08-10
### Fixed
* Fix path traversal in the static file routes that allowed authenticated users to read arbitrary files from the server
## [2.2.0] - 2026-08-09
### ⚠️ Breaking changes
+1 -1
View File
@@ -1 +1 @@
export default '2.2.0';
export default '2.2.1';
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "planka",
"version": "2.2.0",
"version": "2.2.1",
"private": true,
"scripts": {
"client:build": "npm run build --prefix client",
+1 -1
View File
@@ -1 +1 @@
module.exports = '2.2.0';
module.exports = '2.2.1';