🚀Bumped version to v1.1.2
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Nicolai Ort 2023-05-10 13:16:33 +02:00
parent 245827e9c6
commit 0d21596e2b
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
2 changed files with 10 additions and 2 deletions

View File

@ -2,9 +2,17 @@
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
#### [v1.1.2](https://git.odit.services/lfk/backend/compare/v1.1.1...v1.1.2)
- feat(groups): Resolve the total group distance on group get single (aka get org and get team) [`245827e`](https://git.odit.services/lfk/backend/commit/245827e9c659cf76183dc33ab253becc22ddf032)
- chore(package): Formatting [`4608a36`](https://git.odit.services/lfk/backend/commit/4608a36df6b187520ca0c331b8dce615205257be)
#### [v1.1.1](https://git.odit.services/lfk/backend/compare/v1.1.0...v1.1.1)
> 19 April 2023
- feat(donors): Resolve donations with donors via pagination [`12a9ae2`](https://git.odit.services/lfk/backend/commit/12a9ae24933117acb3ff9815a7d72abca5eea7a7)
- 🚀Bumped version to v1.1.1 [`cb1305a`](https://git.odit.services/lfk/backend/commit/cb1305aa77c36aa9d7900f09e7413bc6d45f2c89)
#### [v1.1.0](https://git.odit.services/lfk/backend/compare/v1.0.1...v1.1.0)

View File

@ -1,6 +1,6 @@
{
"name": "@odit/lfk-backend",
"version": "1.1.1",
"version": "1.1.2",
"main": "src/app.ts",
"repository": "https://git.odit.services/lfk/backend",
"engines": {
@ -114,4 +114,4 @@
"docs/*"
]
}
}
}