diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 937d904a..0dc8b8af 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "28.4.0" + ".": "28.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e6423606..05da2086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [28.4.1](https://github.com/Doist/reactist/compare/v28.4.0...v28.4.1) (2025-06-26) + + +### 🧰 Maintenance + +* **deps:** bump pbkdf2 from 3.0.17 to 3.1.3 ([#934](https://github.com/Doist/reactist/issues/934)) ([fa43bc8](https://github.com/Doist/reactist/commit/fa43bc81c119995e7d851271a59ddea46425fc7c)) + ## [28.4.0](https://github.com/Doist/reactist/compare/v28.3.2...v28.4.0) (2025-06-23) diff --git a/package-lock.json b/package-lock.json index 9063afec..fe2b2f8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/reactist", - "version": "28.4.0", + "version": "28.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@doist/reactist", - "version": "28.4.0", + "version": "28.4.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f2b9e9c2..445fdaf2 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "email": "henning@doist.com", "url": "http://doist.com" }, - "version": "28.4.0", + "version": "28.4.1", "license": "MIT", "homepage": "https://github.com/Doist/reactist#readme", "repository": {