mirror of
https://github.com/plankanban/planka.git
synced 2026-07-15 19:54:00 +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
|
### 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",
|
"name": "planka",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "planka",
|
"name": "planka",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"concurrently": "^9.2.1",
|
"concurrently": "^9.2.1",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "planka",
|
"name": "planka",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"client:build": "npm run build --prefix client",
|
"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