mirror of
https://github.com/plankanban/planka.git
synced 2026-05-04 18:00:55 +03:00
chore: Bump version to 2.1.1 and update release notes
This commit is contained in:
@@ -1,4 +1,17 @@
|
||||
# [2.1.0] - 2026-03-19
|
||||
# [2.1.1] - 2026-04-18
|
||||
|
||||
### Added
|
||||
|
||||
* Allow admins to edit user avatars
|
||||
|
||||
### Fixed
|
||||
|
||||
* Fix Unicode and emoji characters in user avatar initials
|
||||
* Fix S3 request checksum calculation
|
||||
* Limit proxy file descriptors to prevent excessive memory allocation
|
||||
* Improve security by fixing multiple dependency vulnerabilities
|
||||
|
||||
## [2.1.0] - 2026-03-19
|
||||
|
||||
### Added
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
export default '2.1.0';
|
||||
export default '2.1.1';
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "planka",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "planka",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"concurrently": "^9.2.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "planka",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"client:build": "npm run build --prefix client",
|
||||
|
||||
@@ -1 +1 @@
|
||||
module.exports = '2.1.0';
|
||||
module.exports = '2.1.1';
|
||||
|
||||
Reference in New Issue
Block a user