Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.7.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
musicEnfanthen committed Jul 16, 2020
2 parents e59c258 + fc4ecf8 commit acfd0c3
Show file tree
Hide file tree
Showing 4 changed files with 500 additions and 250 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4](https://github.com/webern-unibas-ch/awg-app/compare/v0.7.3...v0.7.4) (2020-07-16)

### Build System

- **deps:** update `yarn.lock` to fix GitHub security alerts ([6eb352f](https://github.com/webern-unibas-ch/awg-app/commit/6eb352f6cee1df607004cb65ebd77a7eff6b55e3), [b1c2155](https://github.com/webern-unibas-ch/awg-app/commit/b1c21551b1dcd7dc5fee701c31ec1fb09ad0ccdf), [6aa49b0](https://github.com/webern-unibas-ch/awg-app/commit/6aa49b0876f95c4c2c464727a4e0448fb3f1314c))

### [0.7.3](https://github.com/webern-unibas-ch/awg-app/compare/v0.7.2...v0.7.3) (2020-04-09)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "awg-app",
"version": "0.7.3",
"version": "0.7.4",
"license": "MIT",
"author": {
"name": "Stefan Münnich",
Expand Down Expand Up @@ -148,7 +148,7 @@
"pretty-quick": "^2.0.1",
"protractor": "~5.4.0",
"source-map-explorer": "^2.2.1",
"standard-version": "^7.0.1",
"standard-version": "^8.0.1",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"tslint-config-prettier": "^1.18.0",
Expand Down
6 changes: 3 additions & 3 deletions src/app/app.globals.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// THIS IS AN AUTO-GENERATED FILE. DO NOT CHANGE IT MANUALLY!
// Generated last time on Thu Apr 9 12:48:35 2020
// Generated last time on Thu Jul 16 12:01:44 CEST 2020

/**
* The latest version of the AWG App
*/
export const appVersion = '0.7.3';
export const appVersion = '0.7.4';

/**
* The release date of the latest version of the AWG App
*/
export const appVersionReleaseDate = '09. April 2020';
export const appVersionReleaseDate = '16. Juli 2020';

/**
* The URL of the AWG App
Expand Down
Loading

0 comments on commit acfd0c3

Please sign in to comment.