chore(release): 26.2.0
This commit is contained in:
parent
89aff47152
commit
a4f221fd13
12
CHANGELOG.md
12
CHANGELOG.md
@ -2,6 +2,18 @@
|
||||
|
||||
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.
|
||||
|
||||
## [26.2.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.1.4...v26.2.0) (2022-06-28)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **avs:** disable certificate validation for avs api ([66dd1a8](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/66dd1a8b70468a51aca0eba82369833acc8dcb3d))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **avs:** fix tests (do not exit with failure on empty avs config) ([89aff47](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/89aff471528ad9002e309d50d706a412b7e67eb6))
|
||||
|
||||
## [26.1.4](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.1.3...v26.1.4) (2022-06-27)
|
||||
|
||||
## [26.1.3](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.1.2...v26.1.3) (2022-06-17)
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "26.1.4"
|
||||
"version": "26.2.0"
|
||||
}
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "26.1.4"
|
||||
"version": "26.2.0"
|
||||
}
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "uni2work",
|
||||
"version": "26.1.4",
|
||||
"version": "26.2.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "uni2work",
|
||||
"version": "26.1.4",
|
||||
"version": "26.2.0",
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: uniworx
|
||||
version: 26.1.4
|
||||
version: 26.2.0
|
||||
dependencies:
|
||||
- base
|
||||
- yesod
|
||||
|
||||
Loading…
Reference in New Issue
Block a user