chore(release): 1.2.1
All checks were successful
Build release images / build-container (push) Successful in 46s

This commit is contained in:
Philipp Dormann 2025-04-07 15:14:44 +02:00
parent 29912e84b0
commit c184eb5bde
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
2 changed files with 9 additions and 1 deletions

View File

@ -2,11 +2,19 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC. All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [1.2.1](https://git.odit.services/lfk/scanclient/compare/1.2.0...1.2.1)
- feat: add imprint & privacy [`789d580`](https://git.odit.services/lfk/scanclient/commit/789d580e62d2d2fed0e72f3321f299ae05977035)
- refactor: move to nginx:1.27-alpine [`29912e8`](https://git.odit.services/lfk/scanclient/commit/29912e84b0e9e1b950eeb22ffe75c1533c0c6913)
#### [1.2.0](https://git.odit.services/lfk/scanclient/compare/1.0.3...1.2.0) #### [1.2.0](https://git.odit.services/lfk/scanclient/compare/1.0.3...1.2.0)
> 6 April 2025
- chore: update to new svelte,vite,tailwindcss [`22a8953`](https://git.odit.services/lfk/scanclient/commit/22a8953332855b9797bb2f2d1e9ab1eee7726cce) - chore: update to new svelte,vite,tailwindcss [`22a8953`](https://git.odit.services/lfk/scanclient/commit/22a8953332855b9797bb2f2d1e9ab1eee7726cce)
- chore: pnpm@9 + node@23 [`0ca99e7`](https://git.odit.services/lfk/scanclient/commit/0ca99e7a1693b7f3d3bf25425a4c6b0cf626500d) - chore: pnpm@9 + node@23 [`0ca99e7`](https://git.odit.services/lfk/scanclient/commit/0ca99e7a1693b7f3d3bf25425a4c6b0cf626500d)
- chore: tmp release it swap [`a426e57`](https://git.odit.services/lfk/scanclient/commit/a426e57b6f8a190fb5545a8464c830bde1de528b) - chore: tmp release it swap [`a426e57`](https://git.odit.services/lfk/scanclient/commit/a426e57b6f8a190fb5545a8464c830bde1de528b)
- chore(release): 1.2.0 [`5a61c78`](https://git.odit.services/lfk/scanclient/commit/5a61c78fa08da7cb8739917df6a14e4ae74eb001)
- cleanups, brand font, etc. [`b7c1ce9`](https://git.odit.services/lfk/scanclient/commit/b7c1ce947c8959f3b06231892c1c425eeaaba45f) - cleanups, brand font, etc. [`b7c1ce9`](https://git.odit.services/lfk/scanclient/commit/b7c1ce947c8959f3b06231892c1c425eeaaba45f)
- chore(deps): bump some [`fdfb7be`](https://git.odit.services/lfk/scanclient/commit/fdfb7be739ba98534c57ca23f04733138e4c24b9) - chore(deps): bump some [`fdfb7be`](https://git.odit.services/lfk/scanclient/commit/fdfb7be739ba98534c57ca23f04733138e4c24b9)
- feat(ci)!: Switch to woodpecker [`387002b`](https://git.odit.services/lfk/scanclient/commit/387002b261ef2c0681ad6318984581c0e67f4389) - feat(ci)!: Switch to woodpecker [`387002b`](https://git.odit.services/lfk/scanclient/commit/387002b261ef2c0681ad6318984581c0e67f4389)

View File

@ -1,7 +1,7 @@
{ {
"name": "@lfk/scanclient", "name": "@lfk/scanclient",
"private": true, "private": true,
"version": "1.2.0", "version": "1.2.1",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",