From 1d9c451dfbcac105d7440797c32080e30252fd18 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 20 Feb 2026 22:39:31 +0100 Subject: [PATCH] chore(release): 1.8.2 --- CHANGELOG.md | 10 ++++++++++ licenses.md | 29 +++++++++++++++++++++++++++++ package.json | 4 ++-- 3 files changed, 41 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96d0d63..e031185 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,19 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [1.8.2](https://git.odit.services/lfk/backend/compare/1.8.1...1.8.2) + +- chore(PERFORMANCE_IDEAS): Remove outdated performance optimization ideas document [`a1a2c27`](https://git.odit.services/lfk/backend/commit/a1a2c2747cda8ad4c049d0d3b188e993daa67a01) +- refactor(Dockerfile): Update build process and entry point for TypeScript application [`3197498`](https://git.odit.services/lfk/backend/commit/3197498ab37221156eef42311e58a4038c3309d1) +- fix(deps): Add @types/bun dependency to devDependencies [`6caa185`](https://git.odit.services/lfk/backend/commit/6caa1850e3668bbf72912121d2d1923a5e22d6e8) +- fix(CreateUser): Await password hashing in toEntity method [`80e7e79`](https://git.odit.services/lfk/backend/commit/80e7e7939c1ab35da9ece1cd9e6e1002e4e50d3a) + #### [1.8.1](https://git.odit.services/lfk/backend/compare/1.8.0...1.8.1) +> 20 February 2026 + - perf(stats): Cache stats results for 60 seconds [`13e0c81`](https://git.odit.services/lfk/backend/commit/13e0c81957768c1b380914a0b93d3617c60e08a0) +- chore(release): 1.8.1 [`7aaac65`](https://git.odit.services/lfk/backend/commit/7aaac65af4e2d04653645adcf859ca69449e2332) #### [1.8.0](https://git.odit.services/lfk/backend/compare/1.7.2...1.8.0) diff --git a/licenses.md b/licenses.md index a706d9e..d6818b0 100644 --- a/licenses.md +++ b/licenses.md @@ -942,6 +942,35 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# @types/bun +**Author**: undefined +**Repo**: [object Object] +**License**: MIT +**Description**: TypeScript definitions for bun +## License Text + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE + + # @types/cors **Author**: undefined **Repo**: [object Object] diff --git a/package.json b/package.json index dcdfee5..f6fb4fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/lfk-backend", - "version": "1.8.1", + "version": "1.8.2", "main": "src/app.ts", "repository": "https://git.odit.services/lfk/backend", "author": { @@ -102,4 +102,4 @@ "after:bump": "bun run changelog:export && bun run licenses:export && git add CHANGELOG.md && git add licenses.md" } } -} \ No newline at end of file +}