diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9bf38528e..3b3dd6890 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.5.0" + ".": "5.6.0-rc.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1123aabb2..2f8d15627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [5.6.0-rc.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/5.5.0...5.6.0-rc.0) (2025-05-28) + + +### Features + +* add workflows to run page ([aae3495](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/aae34953c1f7868b425371d6dbbc4345ecc61912)) + + +### Miscellaneous Chores + +* release 5.6.0-rc.0 ([54fbb29](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/54fbb2939b00283d125a521d846914b461ac0fed)) + ## [5.5.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/5.4.0...5.5.0) (2025-05-27) diff --git a/package.json b/package.json index 56893bc1b..7ad9deb4e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@squonk/data-manager-ui", "author": "Oliver Dudgeon", "license": "Apache-2.0", - "version": "5.5.0", + "version": "5.6.0-rc.0", "private": true, "repository": { "type": "git",