chore(release): 7.18.0
This commit is contained in:
parent
cfcb28d1d4
commit
e4788d8f11
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.
|
||||
|
||||
## [7.18.0](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.17.14...v7.18.0) (2019-10-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **file-upload-form:** don't check case of file extensions ([6c49c50](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/6c49c50))
|
||||
* **user-deregister:** remove tutorial participation ([cfcb28d](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/cfcb28d))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **course-show:** show "not registered" ([96e1a30](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/96e1a30))
|
||||
|
||||
|
||||
|
||||
### [7.17.14](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.17.13...v7.17.14) (2019-10-17)
|
||||
|
||||
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "uni2work",
|
||||
"version": "7.17.14",
|
||||
"version": "7.18.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "uni2work",
|
||||
"version": "7.17.14",
|
||||
"version": "7.18.0",
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: uniworx
|
||||
version: 7.17.14
|
||||
version: 7.18.0
|
||||
|
||||
dependencies:
|
||||
- base >=4.9.1.0 && <5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user