mirror of
https://github.com/plankanban/planka.git
synced 2026-08-28 10:00:39 +08:00
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
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
export default '2.2.0';
|
||||
export default '2.2.1';
|
||||
|
||||
+1
-1
@@ -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
@@ -1 +1 @@
|
||||
module.exports = '2.2.0';
|
||||
module.exports = '2.2.1';
|
||||
|
||||
Reference in New Issue
Block a user