diff --git a/CHANGELOG.md b/CHANGELOG.md index c5c40788..28e9c5d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.0-alpha.7](https://github.com/dhis2/push-analytics/compare/1.0.0-alpha.6...1.0.0-alpha.7) (2024-06-06) + + +### Bug Fixes + +* address style issues in outlook email client ([7513bf4](https://github.com/dhis2/push-analytics/commit/7513bf439a122930f3af9a74ba3b795423d1166c)) + ## [1.0.0-alpha.6](https://github.com/dhis2/push-analytics/compare/1.0.0-alpha.5...1.0.0-alpha.6) (2024-05-30) ## [1.0.0-alpha.5](https://github.com/dhis2/push-analytics/compare/1.0.0-alpha.4...1.0.0-alpha.5) (2024-05-29) diff --git a/package-lock.json b/package-lock.json index 110257b6..53e93be4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "push-analytics", - "version": "1.0.0-alpha.6", + "version": "1.0.0-alpha.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "push-analytics", - "version": "1.0.0-alpha.6", + "version": "1.0.0-alpha.7", "license": "MIT", "dependencies": { "@dhis2/d2-ui-rich-text": "^7.4.3", diff --git a/package.json b/package.json index 32302766..3f3be1f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "push-analytics", - "version": "1.0.0-alpha.6", + "version": "1.0.0-alpha.7", "description": "A NodeJS service using Puppeteer to generate images and HTML to insert into an email", "main": "dist/index.js", "author": "Hendrik de Graaf",