From 6926e2ecd7d95c11c0149f706bf1f8f7b02e12e1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 9 Oct 2019 17:25:13 +0200 Subject: [PATCH] chore(release): 7.12.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- package.yaml | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ef86f473..4d926f8f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.12.0](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.11.0...v7.12.0) (2019-10-09) + + +### Features + +* document CourseEvents ([db224cf](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/commit/db224cf)) + + + ## [7.11.0](https://gitlab.cip.ifi.lmu.de/jost/UniWorX/compare/v7.10.0...v7.11.0) (2019-10-09) diff --git a/package-lock.json b/package-lock.json index 59aea76ff..b6e06327c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.11.0", + "version": "7.12.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bff2e3456..39e913d4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uni2work", - "version": "7.11.0", + "version": "7.12.0", "description": "", "keywords": [], "author": "", diff --git a/package.yaml b/package.yaml index a0f35a557..f9dc68d7e 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: uniworx -version: 7.11.0 +version: 7.12.0 dependencies: - base >=4.9.1.0 && <5