From dde4889cbd53236d80cde328d050f484beb63109 Mon Sep 17 00:00:00 2001 From: "Stefan@AWG" Date: Tue, 13 Oct 2020 15:32:01 +0200 Subject: [PATCH] chore(release): 0.7.8 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- src/app/app.globals.ts | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bed077bcf..ac18dcf073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### [0.7.8](https://github.com/webern-unibas-ch/awg-app/compare/v0.7.7...v0.7.8) (2020-10-13) + +### Bug Fixes + +- **core:** make postmessaging in GndService more restrict ([69120b6](https://github.com/webern-unibas-ch/awg-app/commit/69120b674d4718dc439b6a7923c8a0df11182e7d)) + ### [0.7.7](https://github.com/webern-unibas-ch/awg-app/compare/v0.7.6...v0.7.7) (2020-10-09) ### Bug Fixes diff --git a/package.json b/package.json index bafdac771a..4ca5fba15f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "awg-app", - "version": "0.7.7", + "version": "0.7.8", "license": "MIT", "author": { "name": "Stefan Münnich", diff --git a/src/app/app.globals.ts b/src/app/app.globals.ts index 2b997e7c06..735e4ab2e0 100644 --- a/src/app/app.globals.ts +++ b/src/app/app.globals.ts @@ -1,15 +1,15 @@ // THIS IS AN AUTO-GENERATED FILE. DO NOT CHANGE IT MANUALLY! -// Generated last time on Fri Oct 9 14:23:30 CEST 2020 +// Generated last time on Tue Oct 13 15:32:01 CEST 2020 /** * The latest version of the AWG App */ -export const appVersion = '0.7.7'; +export const appVersion = '0.7.8'; /** * The release date of the latest version of the AWG App */ -export const appVersionReleaseDate = '09. Oktober 2020'; +export const appVersionReleaseDate = '13. Oktober 2020'; /** * The URL of the AWG App