diff --git a/services/qr-code-handler/CHANGELOG.md b/services/qr-code-handler/CHANGELOG.md index 9d753657..645c8b14 100644 --- a/services/qr-code-handler/CHANGELOG.md +++ b/services/qr-code-handler/CHANGELOG.md @@ -2,6 +2,12 @@ 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.11](https://github.com/demokratie-live/democracy-development/compare/qr-code-handler@v1.0.10...qr-code-handler@v1.0.11) (2024-08-17) + + +* **packages:** 📦 use pnpm catalog for tsup ([28296ef](https://github.com/demokratie-live/democracy-development/commit/28296efc10543878f19af319b92e8b86a07c9fe2)) +* update packages ([956921f](https://github.com/demokratie-live/democracy-development/commit/956921f3fc83f93e606a403d75463d38641fc595)) + ## [1.0.10](https://github.com/demokratie-live/democracy-development/compare/qr-code-handler@v1.0.9...qr-code-handler@v1.0.10) (2024-05-08) diff --git a/services/qr-code-handler/package.json b/services/qr-code-handler/package.json index b3414ad8..826d601b 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.10", + "version": "1.0.11", "main": "build/index.js", "scripts": { "dev": "tsup src/index.ts --watch --onSuccess 'node build/index.js'",