From 6e3c05cd7959698873bad7d8893e9407be2c1fbb Mon Sep 17 00:00:00 2001 From: Manuel Ruck Date: Sun, 22 Sep 2024 12:16:29 +0000 Subject: [PATCH] chore(release): 0.1.9 --- services/cron-jobs/index-sync-bundestagio/CHANGELOG.md | 10 ++++++++++ services/cron-jobs/index-sync-bundestagio/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/services/cron-jobs/index-sync-bundestagio/CHANGELOG.md b/services/cron-jobs/index-sync-bundestagio/CHANGELOG.md index 00450e9f..2b3d522e 100644 --- a/services/cron-jobs/index-sync-bundestagio/CHANGELOG.md +++ b/services/cron-jobs/index-sync-bundestagio/CHANGELOG.md @@ -2,6 +2,16 @@ 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.9](https://github.com/demokratie-live/democracy-development/compare/index-sync-bundestagio@v0.1.8...index-sync-bundestagio@v0.1.9) (2024-09-22) + + +* 🐛 dockerignore handling ([75b4660](https://github.com/demokratie-live/democracy-development/commit/75b4660fae655d2cf9c3847611707dac177f82cc)) + + +### 👷 CI/CD + +* 👷 fix dockerignore handling ([0a21f30](https://github.com/demokratie-live/democracy-development/commit/0a21f3020ff68334d259743a87f14bec76dd6b1c)) + ## [0.1.8](https://github.com/demokratie-live/democracy-development/compare/index-sync-bundestagio@v0.1.7...index-sync-bundestagio@v0.1.8) (2024-08-17) diff --git a/services/cron-jobs/index-sync-bundestagio/package.json b/services/cron-jobs/index-sync-bundestagio/package.json index b3808bba..820bd999 100644 --- a/services/cron-jobs/index-sync-bundestagio/package.json +++ b/services/cron-jobs/index-sync-bundestagio/package.json @@ -1,6 +1,6 @@ { "name": "index-sync-bundestagio", - "version": "0.1.8", + "version": "0.1.9", "main": "build/index.js", "license": "Apache-2.0", "scripts": {