diff --git a/services/qr-code-handler/CHANGELOG.md b/services/qr-code-handler/CHANGELOG.md new file mode 100644 index 000000000..fc206a071 --- /dev/null +++ b/services/qr-code-handler/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +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. + +## [1.0.8](https://github.com/demokratie-live/democracy-development/compare/qr-code-handler@v1.0.2...qr-code-handler@v1.0.8) (2023-10-17) + + +* 📦️ upgrade packages ([4417757](https://github.com/demokratie-live/democracy-development/commit/44177570f62fc3137d3c36667ced3e8f8ed4c44b)) +* 📦️ upgrade packages ([67cadee](https://github.com/demokratie-live/democracy-development/commit/67cadee28b9b978b3e6662614fcae09bf1f0d8d4)) + + +### 👷 CI/CD + +* 👷 change turbo since option ([#510](https://github.com/demokratie-live/democracy-development/issues/510)) ([fe3c6b8](https://github.com/demokratie-live/democracy-development/commit/fe3c6b88733e4af2ff02493173279c2c44a56a8a)) +* 👷 seperate analyse-changed-package into reusable workflow job ([#512](https://github.com/demokratie-live/democracy-development/issues/512)) ([5a1c4e9](https://github.com/demokratie-live/democracy-development/commit/5a1c4e99624107a7369862a44736874f62bb3cae)) diff --git a/services/qr-code-handler/package.json b/services/qr-code-handler/package.json index fc1afe59f..c3597bfe2 100644 --- a/services/qr-code-handler/package.json +++ b/services/qr-code-handler/package.json @@ -1,6 +1,6 @@ { "name": "qr-code-handler", - "version": "1.0.7", + "version": "1.0.8", "main": "build/index.js", "scripts": { "dev": "tsup src/index.ts --watch --onSuccess 'node build/index.js'",