diff --git a/services/cron-jobs/push-send-queued/CHANGELOG.md b/services/cron-jobs/push-send-queued/CHANGELOG.md index 81aad9494..cb1d0b06a 100644 --- a/services/cron-jobs/push-send-queued/CHANGELOG.md +++ b/services/cron-jobs/push-send-queued/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [0.1.22](https://github.com/demokratie-live/democracy-development/compare/push-send-queued@v0.1.21...push-send-queued@v0.1.22) (2023-10-22) + + +* 📦️ add and use tsconfig package ([9cc78ef](https://github.com/demokratie-live/democracy-development/commit/9cc78efa450817dbbb6317bcda49faca66a91c28)) + ## [0.1.21](https://github.com/demokratie-live/democracy-development/compare/push-send-queued@v0.1.20...push-send-queued@v0.1.21) (2023-10-22) diff --git a/services/cron-jobs/push-send-queued/package.json b/services/cron-jobs/push-send-queued/package.json index f34c743ea..9bb1695c0 100644 --- a/services/cron-jobs/push-send-queued/package.json +++ b/services/cron-jobs/push-send-queued/package.json @@ -1,6 +1,6 @@ { "name": "push-send-queued", - "version": "0.1.21", + "version": "0.1.22", "main": "build/index.js", "license": "Apache-2.0", "scripts": {