chore(release): 25.21.22

This commit is contained in:
Steffen Jost 2022-01-06 14:02:16 +01:00
parent 272eb73203
commit f41e26877b
6 changed files with 14 additions and 5 deletions

View File

@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [25.21.22](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.21.21...v25.21.22) (2022-01-06)
### Bug Fixes
* **build:** remove obsolete import ([a5d5d8d](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/a5d5d8dbd668c6c35019ce14e8b5e59f5374bf80))
* **ldap:** allow punctuation in displaynames ([61cfdc8](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/61cfdc8758dcc6ea8aabf52b9d0c0e1d61d6e522))
* **smtp:** use full email with name in reply-to field ([8cdc2b5](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/8cdc2b5267095ecb816398037bc830c996250456))
## [25.21.21](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.21.20...v25.21.21) (2021-12-22) ## [25.21.21](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.21.20...v25.21.21) (2021-12-22)

View File

@ -1,3 +1,3 @@
{ {
"version": "25.21.21" "version": "25.21.22"
} }

View File

@ -1,3 +1,3 @@
{ {
"version": "25.21.21" "version": "25.21.22"
} }

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "uni2work", "name": "uni2work",
"version": "25.21.21", "version": "25.21.22",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "uni2work", "name": "uni2work",
"version": "25.21.21", "version": "25.21.22",
"description": "", "description": "",
"keywords": [], "keywords": [],
"author": "", "author": "",

View File

@ -1,5 +1,5 @@
name: uniworx name: uniworx
version: 25.21.21 version: 25.21.22
dependencies: dependencies:
- base - base
- yesod - yesod