diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ecb00ae92..6110c0f05 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.3.0-rc.3" + ".": "3.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index eae7d0712..0de07718b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [3.3.0](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/3.3.0-rc.3...3.3.0) (2024-08-02) + + +### Miscellaneous Chores + +* release 3.3.0 ([3a37563](https://github.com/InformaticsMatters/squonk2-data-manager-ui/commit/3a375639b2607674684ff2496efbc68018e3f418)) + ## [3.3.0-rc.3](https://github.com/InformaticsMatters/squonk2-data-manager-ui/compare/3.3.0-rc.2...3.3.0-rc.3) (2024-08-02) diff --git a/package.json b/package.json index 1e663cb55..436981d4b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@squonk/data-manager-ui", "author": "Oliver Dudgeon", "license": "Apache-2.0", - "version": "3.3.0-rc.3", + "version": "3.3.0", "private": true, "repository": { "type": "git",