diff --git a/CHANGELOG.md b/CHANGELOG.md index dc9f96f..6fdcd4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,17 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. -#### [1.3.1](https://git.odit.services/lfk/backend/compare/1.3.0...1.3.1) +#### [v1.3.2](https://git.odit.services/lfk/backend/compare/v1.3.1...v1.3.2) + +- ci: pnpm@10.7 [`752d405`](https://git.odit.services/lfk/backend/commit/752d405bda9129f3cd288a956d5444cab316c2af) + +#### [v1.3.1](https://git.odit.services/lfk/backend/compare/1.3.0...v1.3.1) + +> 28 March 2025 - fix: TypeError: Cannot read properties of undefined (reading 'filter') - when trying to delete a org/team with runners [`#210`](https://git.odit.services/lfk/backend/issues/210) - pnpm@10.7, node@23, argon->@node-rs/argon2 [`78dcad0`](https://git.odit.services/lfk/backend/commit/78dcad085794c93829499dd550a786c38d6186f5) +- chore(release): v1.3.1 [`8fa4ed7`](https://git.odit.services/lfk/backend/commit/8fa4ed7c3319c3e56a71701ba266ceda64d2ef69) #### [1.3.0](https://git.odit.services/lfk/backend/compare/1.2.1...1.3.0) diff --git a/package.json b/package.json index a2c4b18..cedb5a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@odit/lfk-backend", - "version": "1.3.1", + "version": "1.3.2", "main": "src/app.ts", "repository": "https://git.odit.services/lfk/backend", "author": {