From 766d55cc490b3e0200d0eb75fc31408af0579165 Mon Sep 17 00:00:00 2001 From: Manuel Ruck Date: Wed, 1 Nov 2023 07:51:09 +0000 Subject: [PATCH] chore(release): 0.1.23 --- services/cron-jobs/push-send-queued/CHANGELOG.md | 5 +++++ services/cron-jobs/push-send-queued/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/services/cron-jobs/push-send-queued/CHANGELOG.md b/services/cron-jobs/push-send-queued/CHANGELOG.md index cb1d0b06a..496ce82b3 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.23](https://github.com/demokratie-live/democracy-development/compare/push-send-queued@v0.1.22...push-send-queued@v0.1.23) (2023-11-01) + + +* 🔥 remove dip service and use bt-sdk ([7927c4f](https://github.com/demokratie-live/democracy-development/commit/7927c4f4205ce7bc03e407ac5f36192117166fd2)) + ## [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) diff --git a/services/cron-jobs/push-send-queued/package.json b/services/cron-jobs/push-send-queued/package.json index 65145426e..2b41b4c7b 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.22", + "version": "0.1.23", "main": "build/index.js", "license": "Apache-2.0", "scripts": {