chore(release): 17.2.0
This commit is contained in:
parent
cbe211bf23
commit
7fbd94eb84
15
CHANGELOG.md
15
CHANGELOG.md
@ -2,6 +2,21 @@
|
||||
|
||||
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.
|
||||
|
||||
## [17.2.0](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v17.1.1...v17.2.0) (2020-05-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **cron:** work around extraneous sheet notifications ([cbe211b](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/cbe211b))
|
||||
* **submission:** allow non-group-subs when user isn't in sub-group ([9a35c85](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/9a35c85))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **correction:** allow lecturers to set corrector ([f74581c](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/commit/f74581c)), closes [#414](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/issues/414)
|
||||
|
||||
|
||||
|
||||
### [17.1.1](https://gitlab2.rz.ifi.lmu.de/uni2work/uni2work/compare/v17.1.0...v17.1.1) (2020-05-26)
|
||||
|
||||
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "uni2work",
|
||||
"version": "17.1.1",
|
||||
"version": "17.2.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "uni2work",
|
||||
"version": "17.1.1",
|
||||
"version": "17.2.0",
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: uniworx
|
||||
version: 17.1.1
|
||||
version: 17.2.0
|
||||
|
||||
dependencies:
|
||||
- base
|
||||
|
||||
Loading…
Reference in New Issue
Block a user