diff --git a/package-lock.json b/package-lock.json index 82da5cb1b..941dc9bcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codimd", - "version": "2.5.3", + "version": "2.5.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "codimd", - "version": "2.5.3", + "version": "2.5.4", "license": "AGPL-3.0", "dependencies": { "@aws-sdk/client-s3-node": "0.1.0-preview.2", diff --git a/package.json b/package.json index da2a000d2..32163a0a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codimd", - "version": "2.5.3", + "version": "2.5.4", "description": "Realtime collaborative markdown notes on all platforms.", "keywords": [ "Collaborative", diff --git a/public/docs/release-notes.md b/public/docs/release-notes.md index 63a9e0084..9bccacbcf 100644 --- a/public/docs/release-notes.md +++ b/public/docs/release-notes.md @@ -1,6 +1,23 @@ Release Notes === + 2.5.4 2024-06-06 +--- + +[Check out the complete release note][v2_5_4]. Thank you CodiMD community and all our contributors. ❤️ + +[v2_5_4]: https://hackmd.io/@codimd/release-notes/%2F%40codimd%2Fv2_5_4 + +## Enhancements + +- Add index at revision table for improving system performance [#1856](https://github.com/hackmdio/codimd/pull/1856) +- Refactor to reuse random filename in filesystem image provider [#1867](https://github.com/hackmdio/codimd/pull/1867) + +## Fixes + +- Fix exclusion of name attribute from iframe filterXSS allowlist [#1865](https://github.com/hackmdio/codimd/pull/1865) +- Fix typo: "opened source" -> "open sourced" [#1869](https://github.com/hackmdio/codimd/pull/1869) + 2.5.3 2024-01-08 ---