From 1b577ffeee9224369de4455768652d9b1c4e502e Mon Sep 17 00:00:00 2001 From: njl07 Date: Mon, 26 Feb 2018 11:03:59 +0100 Subject: [PATCH] release(version): v5.3.0 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fa6299..0ad15bb 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ This is a [Hapiness](https://github.com/hapinessjs/hapiness) Engine for running This story will show you how to set up Universal bundling for an existing `@angular/cli`. -We support actually `@angular` `@5.2.5` and next so you must upgrade all packages inside your project. +We support actually `@angular` `@5.2.6` and next so you must upgrade all packages inside your project. We use `yarn` as package manager. @@ -550,6 +550,10 @@ To set up your development environment: [Back to top](#table-of-contents) ## Change History +* v5.3.0 (2018-02-26) + * `Angular v5.2.6+` + * Handle `302` redirect + * Documentation * v5.2.5 (2018-02-14) * `Angular v5.2.5+` * Documentation