From aa67e0955f8ec7d9483f9096224fc99f25cd704a Mon Sep 17 00:00:00 2001 From: "@dhis2-bot" Date: Sun, 29 Sep 2024 01:48:59 +0000 Subject: [PATCH] chore(release): cut 100.1.16 [skip release] ## [100.1.16](https://github.com/dhis2/cache-cleaner-app/compare/v100.1.15...v100.1.16) (2024-09-29) ### Bug Fixes * **translations:** sync translations from transifex (master) ([0ec66b4](https://github.com/dhis2/cache-cleaner-app/commit/0ec66b423bf2bf9931bd322ed7f90aac5f6e0521)) * upgrade app-plaform to prevent accidental plugin builds ([#624](https://github.com/dhis2/cache-cleaner-app/issues/624)) ([437a499](https://github.com/dhis2/cache-cleaner-app/commit/437a499155276154adc0de3717c7df0dec822a21)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 563b575..2125610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [100.1.16](https://github.com/dhis2/cache-cleaner-app/compare/v100.1.15...v100.1.16) (2024-09-29) + + +### Bug Fixes + +* **translations:** sync translations from transifex (master) ([0ec66b4](https://github.com/dhis2/cache-cleaner-app/commit/0ec66b423bf2bf9931bd322ed7f90aac5f6e0521)) +* upgrade app-plaform to prevent accidental plugin builds ([#624](https://github.com/dhis2/cache-cleaner-app/issues/624)) ([437a499](https://github.com/dhis2/cache-cleaner-app/commit/437a499155276154adc0de3717c7df0dec822a21)) + ## [100.1.15](https://github.com/dhis2/cache-cleaner-app/compare/v100.1.14...v100.1.15) (2024-07-24) diff --git a/package.json b/package.json index 152f7f4..ef53219 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cache-cleaner-app", - "version": "100.1.15", + "version": "100.1.16", "description": "", "license": "BSD-3-Clause", "private": true,