diff --git a/CHANGELOG.md b/CHANGELOG.md index b6b23e9bc..f62aa3c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.1.3](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v26.1.2...v26.1.3) (2022-06-17) + + +### Bug Fixes + +* **build:** fix frontend vulnerability ([c2e3693](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/c2e3693490c5ac870df7b701dc9499dfa69228b7)) +* **haddock:** fix accidental haddock comments ([882ca7c](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/882ca7c5828fbf42fa9d08a5cb545fc2fd8bbba5)) +* **pdf:** embed din5008 templates within binary ([b76c414](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/b76c414220bd73ea8fb67b226a007cdcb0bbd4fc)) +* **ratio:** more attempts to fix ratio bug ([b813442](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/b813442012cab26edb6e04552eb77aaea4103e03)) + ## [26.1.2](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v25.24.5...v26.1.2) (2022-06-10) diff --git a/nix/docker/demo-version.json b/nix/docker/demo-version.json index f29a46d20..f4695dae9 100644 --- a/nix/docker/demo-version.json +++ b/nix/docker/demo-version.json @@ -1,3 +1,3 @@ { - "version": "26.1.2" + "version": "26.1.3" } diff --git a/nix/docker/version.json b/nix/docker/version.json index f29a46d20..f4695dae9 100644 --- a/nix/docker/version.json +++ b/nix/docker/version.json @@ -1,3 +1,3 @@ { - "version": "26.1.2" + "version": "26.1.3" } diff --git a/package-lock.json b/package-lock.json index 7f5e5bf20..b5c07be34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "26.1.2", + "version": "26.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 69c8e59d7..12ee2d8c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "26.1.2", + "version": "26.1.3", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index 6c38f2ee7..2ba331d33 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 26.1.2 +version: 26.1.3 dependencies: - base - yesod