From 3f549b4d7246fccd925c4696fd93024f9d3ed3a5 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 14 Oct 2019 15:48:42 +0200 Subject: [PATCH] chore(release): 7.17.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a60190c9a..b900e153a 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. +## [7.17.0](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.16.0...v7.17.0) (2019-10-14) + + +### Features + +* **static pages:** touch ups ([d2c0043](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/d2c0043)) +* **users:** sex ([c2a8381](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/c2a8381)) + + + ## [7.16.0](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.15.0...v7.16.0) (2019-10-14) diff --git a/package-lock.json b/package-lock.json index f1da89456..494471716 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.16.0", + "version": "7.17.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aa9468bb6..612aabe86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.16.0", + "version": "7.17.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index c923c2f3a..833b0db6a 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 7.16.0 +version: 7.17.0 dependencies: - base >=4.9.1.0 && <5