chore: Update version
This commit is contained in:
@@ -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
|
### ⚠️ Breaking changes
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
export default '2.2.0';
|
export default '2.2.1';
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "planka",
|
"name": "planka",
|
||||||
"version": "2.2.0",
|
"version": "2.2.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"client:build": "npm run build --prefix client",
|
"client:build": "npm run build --prefix client",
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
module.exports = '2.2.0';
|
module.exports = '2.2.1';
|
||||||
|
|||||||
Reference in New Issue
Block a user