From 4fc31091e2e840fe89cce33d8e4560e6cc2cadad Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Fri, 15 Dec 2023 11:31:19 +0000 Subject: [PATCH] chore(release): cut 30.4.6 [skip ci] ## [30.4.6](https://github.com/dhis2/user-profile-app/compare/v30.4.5...v30.4.6) (2023-12-15) ### Bug Fixes * reject profile photos bigger than 1MB ([8f1d8e9](https://github.com/dhis2/user-profile-app/commit/8f1d8e9a5185b1960dd00622a4734d98d6c99097)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df4cf6ee..c56436d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [30.4.6](https://github.com/dhis2/user-profile-app/compare/v30.4.5...v30.4.6) (2023-12-15) + + +### Bug Fixes + +* reject profile photos bigger than 1MB ([8f1d8e9](https://github.com/dhis2/user-profile-app/commit/8f1d8e9a5185b1960dd00622a4734d98d6c99097)) + ## [30.4.5](https://github.com/dhis2/user-profile-app/compare/v30.4.4...v30.4.5) (2023-11-26) diff --git a/package.json b/package.json index 9c8be3e5..05a1c28d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "user-profile-app", - "version": "30.4.5", + "version": "30.4.6", "description": "User Profile App for DHIS2", "license": "BSD-3-Clause", "scripts": {